Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Uploading multiple/large files

I have this page where a user can upload documents (multiple documents, size limit 10MB each). It is a two step process. Step 1 has the input form. Step 2 is the preview page with a submit button.

How should I handle the scenario where the user closes the browser while on the preview page, without submitting the form? Should I save the files in a temp location after step 1? Is this a decent solution?

And what are the best practices in general for uploading (reasonably) large files?

Thanks.

like image 949
user471317 Avatar asked Feb 15 '26 18:02

user471317


1 Answers

Take a look at this:

http://www.codeproject.com/Articles/68374/Upload-Multiple-Files-in-ASP-NET-using-jQuery

One way or another, you'll probably end up looking at a jQuery/AJAX control to do this.

like image 119
IrishChieftain Avatar answered Feb 18 '26 11:02

IrishChieftain



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!