upload file/size

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I use upload control, how to enable upload *.pdf file and enlarge file
size? Please help.
 
<httpRuntime executionTimeout="7200" maxRequestLength="2097151" />

Google "httpRuntime" for more details.
 
Thanks, how to enable allow upload *.pdf file?


Scott Roberts said:
<httpRuntime executionTimeout="7200" maxRequestLength="2097151" />

Google "httpRuntime" for more details.
 
By default, the file upload control does not limit the types of files that
my be uploaded. So to answer your question: Do nothing. ;)
 
Thanks Scott,
Where can I find the seeting limit user to upload file?

message




- Show quoted text -

There is no such limit. Maybe you should explain your problem in
details, because your question is not clear.
 
Back
Top