Are you uploading files into MYSQL or any other DB??
Or are you uploading the files to a directory and inserting the location of the file in the database??
Dan
On Feb 27, 2004, at 3:19 PM, nikos@xxxxxxx wrote:
Pavel my form works fine with files < 1M
----- Original Message ----- From: "Pavel Lobovich" <ray_@xxxxxxxxxxxxxxxxxxxxxxxx> To: <adam@xxxxxxxxxxxxx> Cc: "PHP-mailist" <php-db@xxxxxxxxxxxxx> Sent: Friday, February 27, 2004 6:50 PM Subject: Re: Uploading files
uploadIf your on a slow connection, it might be timing out.
Try putting:
set_time_limit(0);
At the top of the page where the file is being uploaded to (not from),
and see if that helps.
You dont have to do it. Script execution will not start before all posted files are uploaded. If your browser refuses a connection and sends "Server not found" then check your form (especially action attribute ).
Sorry for my english.
Pavel.
On Fri, 2004-02-27 at 10:29, nikos wrote:It is allready 8M
----- Original Message ----- From: "Adam Voigt" <adam@xxxxxxxxxxxxx> To: "nikos" <nikos@xxxxxxx> Cc: "PHP-mailist" <php-db@xxxxxxxxxxxxx> Sent: Friday, February 27, 2004 5:13 PM Subject: Re: Uploading files
Your max post size needs to be upped to, try making it 6M and see if
that makes a difference.
On Fri, 2004-02-27 at 10:05, nikos wrote:Hello list
Allthough I set my PHP.in upload_max_file=4M my system refused toerror.files bigger than 1M and the browser send an "server not found"adam@xxxxxxxxxxxxx----
Does anybody know anything about that? Thank you
Adam Voigt adam@xxxxxxxxxxxxx
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
Adam Voigt
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php