FTP script and project

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

 



I'm in need of some fully functional stand-alone php FTP scripts, I've searched the web, have downloaded a couple but they don't work.

While this looks valid and appears to be uploading the file, no file is ever saved other than a temporary file that vanishes as soon as the file has completed uploading.

<HTML>
<HEAD>
<TITLE>Upload test </TITLE>
</HEAD>
<BODY>
<HR>
<FORM METHOD="POST" ENCTYPE="multipart/form-data" action="upload_done.html">
<P>
Select File 1: <INPUT TYPE="file" ID="file" VALUE=""><br>
<P><INPUT TYPE="submit">
</FORM>
</BODY>
</HTML>


_____________________________________________________________________

Seems that everyone has their own implementation of how it should be done so I'd like to obtain some working examples that I don't have to spend time figuring out why it doesn't work just for test purposes.

If you have something, please send it to me, a variety of choices for test purposes would be ideal.

TIA

-- Dale

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