Hi. I have a problem where I have to be able to write an uploaded file directly into a file opened by fopen (Or more specifically, tmpfile). The only way I have found for saving an uploaded file, is move_uploaded_file, but that won't let you write through a file handle.
Is there some other way of making this happen?




Reply With Quote