Re: Large file upload

Поиск
Список
Период
Сортировка
От jco@cornelius-olsen.dk
Тема Re: Large file upload
Дата
Msg-id OFC1C42EEB.C10FACDB-ONC1256C8B.004C2775@dk
обсуждение исходный текст
Ответ на Large file upload  ("Kelvin Varst" <kelvin@varst.dk>)
Ответы Re: Large file upload  (Vince Vielhaber <vev@michvhf.com>)
Список pgsql-php

If it's taking longer than about 25-30 seconds you could be timing out.
Try putting set_time_limit(0) at the top of the script.  If it works you
might want to try replacing the 0 with a reasonable time limit.  The time
is in seconds.

Vince.


Are you sure that would work? I may be wrong, but my gues would be that the "set_time_limit(0)" would not be evaluated until the posted file has been received and then the php starts executing. I would think that one has to change a php-setting hard.

/Jørn Cornelius Olsen

В списке pgsql-php по дате отправления:

Предыдущее
От: angelo.rigo@globo.com
Дата:
Сообщение: forms /selects
Следующее
От: jco@cornelius-olsen.dk
Дата:
Сообщение: Re: forms /selects