Re: Large file upload

From: Vince Vielhaber <vev(at)michvhf(dot)com>
To: Kelvin Varst <kelvin(at)varst(dot)dk>
Cc: Postgresql PHP <pgsql-php(at)postgresql(dot)org>
Subject: Re: Large file upload
Date: 2002-12-10 11:40:31
Message-ID: Pine.BSF.4.44.0212100638001.18634-100000@paprika.michvhf.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

On Tue, 10 Dec 2002, Kelvin Varst wrote:

>
> 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.

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.
--
Fast, inexpensive internet service 56k and beyond! http://www.pop4.net/
http://www.meanstreamradio.com http://www.unknown-artists.com
Internet radio: It's not file sharing, it's just radio.

In response to

Browse pgsql-php by date

  From Date Subject
Next Message angelo.rigo 2002-12-10 12:29:38 forms /selects
Previous Message sharmad 2002-12-10 10:30:45 Re: Large file upload