http-upload

.NET Http file upload intermittent problems

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 an...

Multiple image upload without flash

Hello. I want to use HTML and PHP for 9 or more images upload. The problem is that I don't want 9 upload fields because it looks bad. Does anybody have any suggestions ? Maybe examples ? Thanks. ...

HTTP file upload: Can I rely on the browser always sending a file name?

According to this great article about HTTP uploads by Scott Hanselman, the browser typically sends a file name with the file's contents. Can I rely on the file name always being transmitted or do I have to give the user the option to enter a name if none was submitted? (If a name was submitted I do not want to prompt him for a specific r...