Hi all =)
i would use this uploader (buying the right license) but with demo i have a problem.
When i use it in local it's all ok, but on my server (IIS 6.0) appears this message:
"You are probably hitting the file uploade limit of IIS7. By default in IIS 7 requestFiltering has the MaxAllowedContentLength proprety enabled. It specifies, in bytes, the maximum length of the content in a request. The default is 30MB"
but i don't use IIS7 and already set maxlength file up to 2GB on web.config, and i have this error also with 200kb images.
How can i resolve the problem?
Then some questions to understand some functions:
1- how can i set the upload folder? Actually, in local, i use CopyTo to move files in the right folder, but i would automatize this, just to don't lose any files on the server.
2 - how <add key="CuteWebUI.AjaxUploader.TempDirectory" value="~/UploaderTemp" /> work? More exactly how i have to set value field to upload file in the right folder of the site? Can i leave them in that folder after upload or i need to use CopyTo function for each uploaded file?
3 - with developer license i can use ajax uploader in all my progects on the same server, right?
I think that's all for the moment.
Thanks for the support.
Davide