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

Popular posts from this blog

MySql variables and php -

url rewriting - How to implement the returnurl like SO in PHP? -

Which Python client library should I use for CouchdB? -