B
Buddy Ackerman
I'm have Windows 2000 Server and my website allows uploads of files (using <input type="file">) However I have some
problems when a user trys to upload a large (>8MB) file. When the user submits the form within about 5 seconds an error
message is returned (in FireFox it says "the document contains no data" in IE 6 it just redirects to a page that says
the "the page cannot be found". When I look in my webserver log it shows a 400 error. Of course this problem doesn't
happen with all users either. Is there any way to actually troubleshoot these problems? My web app is developed with
..NET but it doesn't appear that that is in anyway the problem since the error is returned so quickly. The file is not
even getting uploaded in that amount of time. I really need to get this fixed any help is appreciated (I don't want to
use a client side control to do the uploads since I have to support very unsophisticated users and several different
browsers on Mac, Windows, and Linux).
--Buddy
problems when a user trys to upload a large (>8MB) file. When the user submits the form within about 5 seconds an error
message is returned (in FireFox it says "the document contains no data" in IE 6 it just redirects to a page that says
the "the page cannot be found". When I look in my webserver log it shows a 400 error. Of course this problem doesn't
happen with all users either. Is there any way to actually troubleshoot these problems? My web app is developed with
..NET but it doesn't appear that that is in anyway the problem since the error is returned so quickly. The file is not
even getting uploaded in that amount of time. I really need to get this fixed any help is appreciated (I don't want to
use a client side control to do the uploads since I have to support very unsophisticated users and several different
browsers on Mac, Windows, and Linux).
--Buddy