So the title and subtitle pretty much say everything. I've got a PHP picture upload script. It has to move the temp upload to my upload folder, but move_uploaded_file does not have permission, due to safe mode, to access the temp image stored on the server (it's above my root directory). Is there a way i could get around this, maybe by just getting it to upload the file directly to my upload folder instead of having to move it after it uploads to a temp folder?
Any help is greatly appreciated.
