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 after 30 seconds.

I have seen upload scripts with some kind of callback to the server to
avoid a time out.
There must be something i can do right?

Thnx again.

Reply via email to