Symfony upload large files

二次信任 提交于 2021-02-08 11:27:35

问题


I'm developing an Symfony3 website and i need to upload large files (up to 2GB) to server from UI.

I tried using FileManagerBundle, but got errors with file size upload and memory limit. Increasing upload_max_filesize and memory_limit in php.ini didn't help me.

Can anybody help with this? How can I implement this?

来源:https://stackoverflow.com/questions/48115972/symfony-upload-large-files

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!