I'm not sure is this is a ASP.NET question or HTML.
When I use a 'input type=file' to upload a file, is it suposed to have a limit on the file size? I can't find a single place where that's written, but all files with more than 2.5Mb don't upload.
The form doen't even post correctly.
If I upload a file with a 2.3Mb lenght, it takes about half a minute before it reaches the load method of the webform. During that time the progress bar is increasing slowly. After that, the file is saved sucessfully.
If the file has more than 2.5Mb, the progress bar jumps in less than 1 second and the load event isn't reached. No error appears on the screen. It just stops.
Is there a limit on the upload size? Am I doing anything wrong? Is this a problem with ASP.NET or just a HTML one?
NetAngel
When I use a 'input type=file' to upload a file, is it suposed to have a limit on the file size? I can't find a single place where that's written, but all files with more than 2.5Mb don't upload.
The form doen't even post correctly.
If I upload a file with a 2.3Mb lenght, it takes about half a minute before it reaches the load method of the webform. During that time the progress bar is increasing slowly. After that, the file is saved sucessfully.
If the file has more than 2.5Mb, the progress bar jumps in less than 1 second and the load event isn't reached. No error appears on the screen. It just stops.
Is there a limit on the upload size? Am I doing anything wrong? Is this a problem with ASP.NET or just a HTML one?
NetAngel