Am I enforced in some way to use move_uploaded_file()
and/or delete the temporary file?
My application needs only to load the file contents in memory (eg. via file_get_contents()
). Do I need to move it to another directory before? Otherwise, am I required to delete it at the end of the script?