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