标签: php post
是否将php://输入写入临时文件进行大量上传?我的意思是,假设所有的ini指令都已设置,在帖子体中发送200 MB是否安全?我在PHP文档中没有看到任何关于它的注释,只是它是一个流。也许这是假设的(如果需要,它将转到临时文件)?
可能需要的原因与iOS视频上传有关。
离。 What is the correct way of sending large file through HTTP POST, without loading the whole file into ram?