Hi, I'm uploading an image to a database in response to a user's clicking on a button. The JavaScript function prior to the actual client side call to the server function does a bit of processing on the image, so it takes some time. The client side calls the server, which does perform the request, but the client side event handler never gets called. I suspect that a timeout occurs, because if I use a very small file that requires almost no processing, then the AjaxPro event handler gets called nicely.
I did some searching on this group and came up with the: Ajax.timeoutPeriod = 30 * 1000; which says that I should have that as the first line. I presume on the server side. Well, I added that line and I received a compiler error. The property does not exist. I downloaded the latest version, 6.7.20.1_DLL.zip, so it's not a problem that I'm using outdated code. That leads me to my questions: 1. Am I right in suspecting that AjaxPro is timing out? 2. How do I resolve the timeout? 3. Why did I receive a compiler error on the timeoutPeriod property? 4. What is the default timeoutPeriod for AjaxPro? Thank you in advance, Marci Weinberger ButterflyVista --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ajax.NET Professional" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/ajaxpro The latest downloads of Ajax.NET Professional can be found at http://www.ajaxpro.info/ Don't forget to read my blog at http://weblogs.asp.net/mschwarz/ -~----------~----~----~----~------~----~------~--~---
