PALF Posted May 13, 2014 Posted May 13, 2014 Hello: I try to upload files bigger than 30 MB to server, and i can't. Server : Windows 2008 R2 32 bits. 4 GB RAM If file size is less than 30 MB upload ok. Any way to solve this problem? Thanks, Alfonso Quote
gerhard.kimmeringer Posted May 13, 2014 Posted May 13, 2014 Hi,i think you must do that in a thread becose it is a long operation.We have also do this with other long operations.Gerhard Quote
Administrators Farshad Mohajeri Posted May 13, 2014 Administrators Posted May 13, 2014 Try increasing ajaxtimeout parameter. Quote
PALF Posted May 22, 2014 Author Posted May 22, 2014 Hello: I try increasing ajaxtimeout and same error show . "Upload error" I try upload running the application in a browser in the server (with the files in the same server to reduce upload time to 1 sec) and show error too. It's same a limit size for upload. In my Tunifileupload component, I set 0 to MaxAllowedSize property. There are any to solve this problem? Thanks, Alfonso Quote
Administrators Farshad Mohajeri Posted May 22, 2014 Administrators Posted May 22, 2014 ISAPI or Standalone? Quote
Administrators Farshad Mohajeri Posted May 22, 2014 Administrators Posted May 22, 2014 Maybe this is the answer: http://www.webtrenches.com/post.cfm/iis7-file-upload-size-limits Quote
chefdackel Posted May 22, 2014 Posted May 22, 2014 Maybe this is the answer: http://www.webtrenches.com/post.cfm/iis7-file-upload-size-limits important information, maybe something for the unigui docs. Quote
PALF Posted May 22, 2014 Author Posted May 22, 2014 This is not a Unigui Problem. It's a IIS 7 and above. To solve this: Open IIS 7 ConsoleSelect the website you want enable to accept large file uploads.In the main window double click 'Request filtering'once the window is opened you may see on top a list of tabs eg: file name extensions, rules, hidden segments and so on...regardless the tab you select, in the main window rightclick and select "Edit Feature Settings" and modify the "Maximum allowed content length (bytes)" Restart IIS. Now you can upload files larger than 30 MB .... Thank's Alfonso Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.