Uploading large file

D

David

Hello.

I can't upload large file with HtmlInputFile control:(
Is there any file size limitation in HtmlInputFile control?
If yes how can I upload to server large size file?

Than you.
 
H

Hans Kesting

David said:
Hello.

I can't upload large file with HtmlInputFile control:(
Is there any file size limitation in HtmlInputFile control?
If yes how can I upload to server large size file?

Than you.

From MSDN:

When uploading large files, use the maxRequestLength attribute of the
<httpRuntime> element to increase the maximum allowable file size. A DNS
error is generated in the browser when the file exceeds the specified
size. You might also receive the following error message when uploading
large files:


see (watch for linewrap):
http://msdn.microsoft.com/library/d...mwebuihtmlcontrolshtmlinputfileclasstopic.asp
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top