Hi,
I was trying to use the AjaxUploader using Visual Web Developer. The control works perfect when im testing the page on the V.Web Dev environement and I can Upload up to 800 Mo files. The problem comes when Im testing the page on the srver ( Local Using IIS ) I can Only upload files up to 32 MO for files bigger size I have this Error message :
Quote:
EO.Web Controls Client Side Debug Message:
Eo.Web control 'Uplooader' error messages.AJAX call to the server times out.(Set ClientSideOnError to handles this error)
You can turn off this message by setting EO.WebRuntime.BebugLevel to 0( Not recomended for debug build).
I change the Property MaxDataSize of the Control to 800 Mo ,, always the same problem.
Do you have any solution for this problem ?
Thank you