Another good feature to add would be the ability to upload multiple files. I think that abcupload advertises such a feature but I haven't seen it in action... Thanks, Shawn
Rasmus - Nice work...Just bought you a couple of beers - purchased your source code. How do I get the entire filestream? I want to insert the files I upload into a database. Hope you (or anyone else) can help.
Hi all After the data has been stripped out of the request is it still possible to access things like form values in the request. It seems when I try to do anything with the request after an upload it kinda makes asp.net crash almost. And if I try to access
the form values before uploading the file it causes the upload to fail. any input would be great. cheers Dan
Please let this thread rest in peace. It is too long. The same questions are being asked over and over again. Look here instead: http://www.asp.net/Forums/ShowPost.aspx?tabindex=1&PostID=531432
You are lucky... I paid for the control, which has a timing problem which causes the uplaod to crash.. Went to site.. but no-more!! While not an expensive control, still expected better than this...
There's no timing problem with the Rasmus code (assuming you actually managed to grab it like I did). All you have to do make sure is in the setting of your web.config file. maxRequestLength refers to the maximum amount of bytes to be transferred (in
this case its around 80Mb). It can be a problematic area as hackers can wreak havoc with this, so be careful. ExecutionTimeout is set to 900 seconds to give people with slow connection the chance to actually complete the upload - again, change to suit your
application.
Sorry, but there is a significant problem with the Rasmus code! It is not related to timeouts, but rather to timing between the async processing threads..... The problem is pretty basic and fundermental in nature. To test simply hit abort during an upload...
del_ave
Member
154 Points
30 Posts
Re: HttpHandler or HttpModule for file upload, large files, progress indicator?
Feb 26, 2004 04:30 PM|LINK
leabre
Member
700 Points
140 Posts
Re: HttpHandler or HttpModule for file upload, large files, progress indicator?
Mar 01, 2004 08:31 PM|LINK
ups101
Member
205 Points
41 Posts
Re: HttpHandler or HttpModule for file upload, large files, progress indicator?
Mar 02, 2004 07:08 AM|LINK
Dave_server2...
Member
365 Points
73 Posts
Re: HttpHandler or HttpModule for file upload, large files, progress indicator?
Mar 19, 2004 03:34 PM|LINK
leabre
Member
700 Points
140 Posts
Re: HttpHandler or HttpModule for file upload, large files, progress indicator?
Apr 15, 2004 04:24 PM|LINK
dannyboy78
Member
160 Points
32 Posts
Re: HttpHandler or HttpModule for file upload, large files, progress indicator?
Apr 15, 2004 05:24 PM|LINK
ups101
Member
205 Points
41 Posts
Re: HttpHandler or HttpModule for file upload, large files, progress indicator?
Apr 15, 2004 08:17 PM|LINK
dude_4
Member
551 Points
113 Posts
Re: HttpHandler or HttpModule for file upload, large files, progress indicator?
Apr 19, 2004 01:46 AM|LINK
Dave_server2...
Member
365 Points
73 Posts
Re: HttpHandler or HttpModule for file upload, large files, progress indicator?
Apr 29, 2004 02:22 PM|LINK
dude_4
Member
551 Points
113 Posts
Re: HttpHandler or HttpModule for file upload, large files, progress indicator?
May 03, 2004 09:15 PM|LINK