如何meake文件上传控制的简历在ASP.NET? [英] How to meake file upload control with resume in ASP.NET?

查看:149
本文介绍了如何meake文件上传控制的简历在ASP.NET?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使ASP.NET文件上传控制的简历,没有文件大小限制和安全连接?

How to make ASP.NET file upload control with resume, without file size limitation and with secure connection?

你知道吗?

推荐答案

您可以分割文件,以小部分。 分别上传每个部分。如果连接断了,只需重新上传最后一部分,并继续与其他。 毕竟部分上传的,只是把所有的部分服务器上的一个文件中。

You can split file to small part. Upload each part separately. If connection broke, just re upload last part and continue with other. After all parts are uploaded, just combine all parts on server in one file.

这篇关于如何meake文件上传控制的简历在ASP.NET?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆