FTP_PUT 0kb problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I am using the FTP_PUT command in conjunction with a form:

<form action="upload.php" method="post" enctype="multipart/form-data">
<input type="file" name="imagefile">
<input type="submit" value="Submit">

upload.php:
Everything seems to work except the put statement.
$upload = ftp_put($conn_id, $destination_file, $_POST[imagefile],
FTP_BINARY);

I am connecting to the server and it is replacing the old image file with a
0 kb file.

Permissions are RWX across the board. Any ideas?

Thanks - Jeff

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux