PHP File upload to memory -
I would like to upload a file with an html form, posting it on PHP and loading it into memory, one row. Is it possible to upload files and keep it in memory or do I have to write it in the file?
PUT option is cool if you want to use POST and $ _FILES, I think that The closest you can get will be pointing at a RAMDisk.
Comments
Post a Comment