Large file upload

Поиск
Список
Период
Сортировка
От Kelvin Varst
Тема Large file upload
Дата
Msg-id 1039507129.15405@mail4.wannafind.dk
обсуждение исходный текст
Ответы Re: Large file upload  (Vince Vielhaber <vev@michvhf.com>)
Список pgsql-php
Hi,

I'm trying to upload large files via my homepage. I'm using a form:
    print "<form enctype=\"multipart/form-data\" action=\"approve_element.php\"
method=\"POST\">";

And with files up to approx 500kb it works. But with larger files, the
browser can't find the page, and if I refresh the page, I get some query
errors. In the php.ini the post_max_size is set to 8M.

Kelvin :-)



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

Предыдущее
От: "Kelvin Varst"
Дата:
Сообщение: Re: Httpd2.0 / PHP / PostgreSQL
Следующее
От: sharmad@softhome.net
Дата:
Сообщение: Re: Large file upload