I am trying to upload a zip file of 350mb - 500mb to server. It gives "ENOSPC" error. Is it possible to upload file in chunks and receive it on server as one file ? or Use custom location for tmpfs, so that it will be independent of system tmp, because in my case tmp is of 128MB only.
问问题
816 次
1 回答
0
为什么不使用nginx-upload和 apache-upload之类的 Web 服务器上传功能
不知道它在 apache 中叫什么,但我猜 apache 也有它
如果您使用的是 Nginx
如果您想跟踪上传进度,还有一个nginx-upload-progress会很有帮助
希望这有帮助
于 2012-10-17T13:12:20.117 回答