vote up 0 vote down star

We have had problems for the past year whereby when users upload files to the server very few files will just not upload via a simple HTTP form.

These files have been of varying sizes and types but for some reason they will not upload. Often ZIPing them up will help resolve the problem but ideally the user should not have to do this anyway.

Common pitfalls that I have ruled out are:

  • File size (maxRequestLength="2097151" Set to maximum to prove it is not file size)
  • Request timeout (Given ample time, some files won't even move past a low percentage of the upload)
  • Various upload components tried as well as the standard asp:FileUpload

I personally can't work out why these filse can't be uploaded via HTTP. Does anyone have any insights into this problem?

I have had a suspicion in the past that it could be files that were created on a Mac, however that is entirely a guess and not factual. Lots of files are created on Macs and uploaded perfectly fine so that is why I am dubious that this is the reason why the files won't upload, especially because sometimes I can re-save them from a PC and it makes no difference.

Thanks in advance

flag

How are you detecting this issue? Is it possible that the connection is being dropped at the client half way through the upload? Also, have you checked for client firewall restrictions? – Martin Brown Feb 16 at 14:18
Well we had thought that but the connection hadn't dropped for months. Plus the fact that it only seems to happen with certain files makes me think it is something in the file rather than it being the connection. – John_ Feb 17 at 8:22
I don't mean particular file types either, I may have two of the same type of file but one won't upload and the other will. I can even rename the file or resave it and it still won't work. – John_ Feb 17 at 8:22
So are you are saying that you have a file that you can reproduce this problem with in a test environment? – Martin Brown Feb 17 at 12:55
If you do, would it be possible to make it available so we can have a look at it? – Martin Brown Feb 17 at 12:58
show 3 more comments

1 Answer

vote up 0 vote down

I am having a similar issue which seems to happen only when uploading from a Vista client to a Website hosted on Server 2008. Some files just don't get through. Anyone having the same issue ?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.