Note Submitter: may at dutchclan dot com
----
also got savemode and open_file_base restrictions where
owner issues prevented us from using it. But when you remove
the first "/" of the destination path it seems to
work..
$source = $_FILES['userfile']['tmp_name'];
$destination = "images/uploaded/"; (without first
"/")
move_uploaded_file($source, $destination);
regards, May
--
PHP Notes Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
.php
|