Large file upload

From: "Kelvin Varst" <kelvin(at)varst(dot)dk>
To: "Postgresql PHP" <pgsql-php(at)postgresql(dot)org>
Subject: Large file upload
Date: 2002-12-10 07:58:49
Message-ID: 1039507129.15405@mail4.wannafind.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 :-)

Responses

Browse pgsql-php by date

  From Date Subject
Next Message sharmad 2002-12-10 10:30:45 Re: Large file upload
Previous Message Kelvin Varst 2002-12-10 07:45:50 Re: Httpd2.0 / PHP / PostgreSQL