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

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -