On 30 Jul 2008, at 12:31, Wade Preston Shearer wrote:
I am working on a tool that will allow users to upload a CSV file. I will then read the contents and store them in a database. After I read the contents of the file I have no additional need for the file and it can be discarded. With the way that file uploads work, I will still need to move (with move_uploaded_file()) the file somewhere before I can read it, right (using $_FILES['userfile']['tmp_name'] somehow)?
I just read what I wrote and that last sentence could be confusing. I am very familiar with the upload process. My question is simply if there is a way to read the file without moving it. Can I read it from the temporary location that it is uploaded to?
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
