G Guest Nov 28, 2007 #1 Hi, I use upload control, how to enable upload *.pdf file and enlarge file size? Please help.
S Scott Roberts Nov 28, 2007 #2 <httpRuntime executionTimeout="7200" maxRequestLength="2097151" /> Google "httpRuntime" for more details.
<httpRuntime executionTimeout="7200" maxRequestLength="2097151" /> Google "httpRuntime" for more details.
A Alexey Smirnov Nov 28, 2007 #3 <httpRuntime executionTimeout="7200" maxRequestLength="2097151" /> Google "httpRuntime" for more details. - Show quoted text - Click to expand... More about httpRuntime Element http://msdn2.microsoft.com/en-us/library/e1f13641.aspx
<httpRuntime executionTimeout="7200" maxRequestLength="2097151" /> Google "httpRuntime" for more details. - Show quoted text - Click to expand... More about httpRuntime Element http://msdn2.microsoft.com/en-us/library/e1f13641.aspx
G Guest Nov 29, 2007 #4 Thanks, how to enable allow upload *.pdf file? Scott Roberts said: <httpRuntime executionTimeout="7200" maxRequestLength="2097151" /> Google "httpRuntime" for more details. Click to expand...
Thanks, how to enable allow upload *.pdf file? Scott Roberts said: <httpRuntime executionTimeout="7200" maxRequestLength="2097151" /> Google "httpRuntime" for more details. Click to expand...
S Scott Roberts Nov 29, 2007 #5 By default, the file upload control does not limit the types of files that my be uploaded. So to answer your question: Do nothing.
By default, the file upload control does not limit the types of files that my be uploaded. So to answer your question: Do nothing.
A Alexey Smirnov Nov 29, 2007 #7 Thanks Scott, Where can I find the seeting limit user to upload file? message - Show quoted text - Click to expand... There is no such limit. Maybe you should explain your problem in details, because your question is not clear.
Thanks Scott, Where can I find the seeting limit user to upload file? message - Show quoted text - Click to expand... There is no such limit. Maybe you should explain your problem in details, because your question is not clear.