At 12:35 02.03.2003, joe said:
--------------------[snip]--------------------
>i am operating on safe mode and i need to figure out, how to upload files
>with php through your browser. copy() is disabled for sure, im not
>absolutsely sure about other functions. i have heard that it is actually
>possible but so far i haven't been able to figure out how..
--------------------[snip]-------------------- 

check out move_uploaded_file():
    http://www.php.net/manual/en/function.move-uploaded-file.php

safe_mode is covered in the docs, too.


-- 
   >O     Ernest E. Vogelsinger
   (\)    ICQ #13394035
    ^     http://www.vogelsinger.at/



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

Reply via email to