I'm wanting to be able to upload large files to EspoCRM.
I've changed the PHP.ini to allow upload/post file sizes of 1024MB and restarted my apache2 web server. When I try to upload a large file (currently testing 180MB), the upload process starts but then after about 10 seconds, a 500 error is returned by the browser.
Has anyone managed to successfully increase the file size limit to allow larger files to be uploaded?
I can't quite determine whether its an EspoCRM issue or an apache/PHP issue.
I've changed the PHP.ini to allow upload/post file sizes of 1024MB and restarted my apache2 web server. When I try to upload a large file (currently testing 180MB), the upload process starts but then after about 10 seconds, a 500 error is returned by the browser.
Has anyone managed to successfully increase the file size limit to allow larger files to be uploaded?
I can't quite determine whether its an EspoCRM issue or an apache/PHP issue.
Comment