Hi,
This problem has been driving me crazy... I'm trying to write a page that allows people to upload mp3 files to a directory.
I have successfully written a page that allows people to do the same with images, but when I upload mp3 files that are larger than about 4mb (I think), on clicking the "upload" button, the page times out without any evidence of attempting the operation.
Just to make sure I tried this on a new website, with a completely blank page aside from one fileupload control, one button and no code behind the page. When browse to any filetype over about 4mb and click the button, the page times out and displays "This Page Cannot Be Displayed" almost instantly. Why is it?
Is there a size limit on the files you can upload? Any help with this would be greatly appreciated.