Have you checked it isnt your apache server timing out?
-Original Message-
From: Lemberger [mailto:[EMAIL PROTECTED]]
Sent: 05 February 2003 14:11
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] upload file
Hi,
I cannot upload file bigger than 20 KB on my Appache Server(Windows 2000
Hi,
I cannot upload file bigger than 20 KB on my Appache Server(Windows 2000
Professional).
On my php.ini, the variable :
memory_limit = 50M
post_max_size = 50M
upload_max_filesize = 50M
So, any Idea how to solve the problem ?
Jonathan
--
PHP Windows Mailing List (http://www.php.net/)
To
hi,
here again i got a problem while uploading a file, I m using the following script.
$file = $_FILES['userfile']['tmp_name'];
print_r($file . "");
print($_FILES['userfile']['size'] . " IS THE SIZE ");
print($_FILES['userfile']['type']);
exit();
// Out put .. if File size is less than 1000
Dear all,
I tried to upload file with my php script...
but my win2k always reject the file which is larger than 1.5MB
can anyone help me to fixed this problem.
pls advise. thx!
Stanley
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
Hi,
uploading of file via form is described in chapter 19 of PHP documentation.
Look there for more explanation and examples.
But the source of error in your case is probably because of incorrect name of
NAME field in the form. It should be
not . Don't use "$" - put only the name
of the variab
I am using following code to upload files to server. But it gives error. I
am using Windows 2000 Server / IIS 5.0
Please give advice.
>>
@copy($sourcefile, $path . "/" . $file_name);
$sourcefile is defined in form submition
as
--
PHP Windows Mailing List (http://www.php.net/)
To uns