I am trying to upload files through this jQuery plugin: http://aquantum-demo.appspot.com/file-upload
I can upload files up to 1.2 GB without problems. The next largest file I tried was 1.8 GB, and this download failed. I have installed:
max_execution_time = 0 max_input_time = 0 memory_limit = 4000M post_max_size = 3500M upload_max_filesize = 3000M
What should these values be if this does not work? I need to upload video files up to 2 GB in size using this method.
Thanks in advance!
source share