Re: Large file upload

From: sharmad(at)softhome(dot)net
To: "PostgreSQL-PHP" <pgsql-php(at)postgresql(dot)org>
Subject: Re: Large file upload
Date: 2002-12-10 10:30:45
Message-ID: courier.3DF5C255.00006008@softhome.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Thanks everyone,
The problem was lying in the hostname not specified which php as usual
wouldn't tell me
pg_connect("host=$rr dbname=$rr user=$rr");

Thanks
Sharmad

Kelvin Varst writes:

>
> 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 :-)
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

Feel free to contact me (flames about my english and the useless of this
driver will be redirected to /dev/null, oh no, it's full...). (Michael
Beck, describing the PC-speaker sound device)

Browse pgsql-php by date

  From Date Subject
Next Message Vince Vielhaber 2002-12-10 11:40:31 Re: Large file upload
Previous Message Kelvin Varst 2002-12-10 07:58:49 Large file upload