php FILE POST upload without save

前端 未结 6 2392
深忆病人
深忆病人 2021-02-18 23:49

I am using a plain text file in a PhP script. Is there any way to process the file in the PhP script without saving it locally? Everywhere I see simply uploading a file and sav

6条回答
  •  甜味超标
    2021-02-18 23:55

    no it would have to be saved to be read afaik, my normally routine is the same as yours, upload, read and delete.

提交回复
热议问题