Posted by Smitro on 09/21/05 05:19
Hi,
I'm in the middle of writing a script to import a csv file into mySQL
(as apart of a bigger project)
I need to know what are the best steps to go from $_FILES to file().
Once the file is read into an array I should be right. I don't want to
keep a copy of the file uploaded either, as once it is imported I will
have no use for it.
I'm not sure, do I copy it store it then use it or is there a faster
way? Will the temp file be deleted or do I have to delete it?
Navigation:
[Reply to this message]
|