This topic is locked

upload file max size

12/21/2006 8:14:07 AM
ASPRunnerPro General questions
D
duda.gergely author

I have created a page where I can upload files into a folder. Unforunatelly I can upload files with limited size only. Where/how can I change the default max size value?

Thanx in advance!

J
Jane 12/21/2006

Hi,
ASPRunner doesn't have limitation of upload file size.

Could you tell me what database you use and what type of the operating system is on your web server (Windows2003, WindowsXP)?

D
duda.gergely author 12/21/2006

Hi,

ASPRunner doesn't have limitation of upload file size.

Could you tell me what database you use and what type of the operating system is on your web server (Windows2003, WindowsXP)?


MS SQL Server 2K, Windows 2003 Server.

I could upload files up to 100 KB, but with larger size after I have clicked on Save button, the ...add.asp page appears again, but without the remark: "record was added / not added."

Sergey Kornilov admin 12/21/2006

Check the following article that explains how to make your web server accept large files upload.

http://www.webcheatsheet.com/asp/asp_troub...ng.php#problems

D
duda.gergely author 12/22/2006

Check the following article that explains how to make your web server accept large files upload.

http://www.webcheatsheet.com/asp/asp_troub...ng.php#problems


There is no problem with the web server, with ASP_pure_File_upload (http://asp-upload.borec.net) I had no problem at all, but I wanted to use ASP Runner.

Sergey Kornilov admin 12/22/2006

ASPRunnerPro do not restrict uploaded file size in any way.
Do you upload files to the database or to some folder on the web server?
You can post your application to Demo Account and send me a link.