Upload file functionality fails randomly

G

Guest

I've got a web application that includes a file upload page. It was upgraded
from v1.1 to 2. We haven't converted the page to use the newer file upload
control, though. We're using the encType="multipart/form-data" attribute on
the form element. Everything seems to work with no problems for most users.

Occasionally, though, it's like the server picks on some poor sap and
doesn't pass any of the uploads through. Other individuals can upload during
this same period. The individuals affected seem to change. It's not a
specific machine or person. But, there seems to always be one person that has
trouble uploading.

I've modified the MaxRequestLength property for the specific web page to
accept requests up to 40MB. The files are nowhere near that size (40 - 80
KB). And, like I said, it works for others during this same time period.

We're running this application on a Windows 2003 server standard edition
with SP1. The machine has 3GB of available memory.

No exceptions are thrown. No entries are getting added to the event log,
either. We get a lot expired auth tickets (forms authentication). But, the
Request.Files.Count is indicating zero files uploaded.

I've done a cursory search and have only been able to
 
W

Walter Wang [MSFT]

Hi Martin,

Does this issue occur before migrating to ASP.NET 2.0?

Would you please show some code?

Also, please use Fiddler (http://www.fiddlertool.com/) to trace the http
request/response and post some failing uploading request's log here. Thanks.


Sincerely,
Walter Wang ([email protected], remove 'online.')
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications. If you are using Outlook Express, please make sure you clear the
check box "Tools/Options/Read: Get 300 headers at a time" to see your reply
promptly.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 
W

Walter Wang [MSFT]

Hi Martin,

Please feel free to let me know if there's anything I can help.


Regards,
Walter Wang ([email protected], remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top