问题
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