Upload Big File
-
i use .NET 1.1 im my web site i have a HtmlInputFile when i upload a small file that's ok but when i want to upload big files it isn't work and display "The page cannot be found" how can i solve it ? With thanks MHF
It sounds like your browser is timing out before the upload has time to finish. You could try displaying an "uploading" page whilst the upload happens, though without your code it is diificult to say exactly what is going on
-
It sounds like your browser is timing out before the upload has time to finish. You could try displaying an "uploading" page whilst the upload happens, though without your code it is diificult to say exactly what is going on
-
is there any where that limit the size of file ? i use i use HtmlInputFile.PostedFile.Write Method MHF
yes there is a limit on the size of the file, it can however be changed see - here
-
yes there is a limit on the size of the file, it can however be changed see - here