[jQuery] Re: JQuery and AJAX Heartbeat question

2010-01-19 Thread mind01
Thanks for your tips brian and scott. > set_time_limit(0); > > The expected value is integer seconds. A value of 0 disables the time > limit altogether. If i try set_time_limit(20); it gives me an 500 error after 20 seconds, but if i set the value to 60 seconds, i still get a server time out afte

[jQuery] JQuery and AJAX Heartbeat question

2010-01-18 Thread mind01
Hi there, I have a PHP script called zip.php to generate a zip file. This requires more than 30 seconds so my server give me an server error 500 time-out. Can i avoid this 500 error with JQuery and AJAX heartbeat? Greetz

[jQuery] ZIP with JQeury

2010-01-15 Thread mind01
Hey there, Is there any solution to make a ZIP file with JQuery or something? Greetz