[snip]
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.
[/snip]

Have you RTFM? http://us2.php.net/manual/en/features.file-upload.php
contains an example or two and explains that the temp file disappears
and that you should use
http://us2.php.net/manual/en/function.move-uploaded-file.php

Sorry you don't have time to figure it out.

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

Reply via email to