I'm working on my free website(image upload section) on a server which has the SAFE MODE
restriction active, so I can`t read the temporary file
which is where the upload file is stored, as the SAFE
MODE can not be deactivated for security reasons on my
server, Is there any way to do a file upload using PHP
and without the need to read the temporary folder of
the server?, for example create my own temporary folder
and having the file stored ther? ...
Thank you.
P/S:
In fact I've create a script that allows the uploaded file to be stored into MySQL database, but I got the following error when I executed it:
Warning: stat failed for C:\WINNT\TEMP\php2A8.tmp (errno=2 - No such file or directory) in C:\webserver\webservermanager\yourwebsite\yourscript.php on line 159