Sorry about that. Early start this morning.
I want to write an uploaded file directly into a file created through the tmpfile() function. This function only returns a file-handle, and you can't use move_uploaded_file to write into a file-handle (It only takes a filename parameter).
Is there any other way of accomplishing this, or do I have to resort to my 1337 h4x0ring skillz?![]()





Reply With Quote