jquery - Setting upload_max_filesize (etc) for large file uploads -


i'm trying upload files via jquery plugin: http://aquantum-demo.appspot.com/file-upload

i able upload files 1.2gb without problem. next largest file i've tried 1.8gb , upload fails. have set:

max_execution_time = 0 max_input_time = 0  memory_limit = 4000m post_max_size = 3500m upload_max_filesize = 3000m 

what should these values if isn't working? need upload video files 2gb via method.

thanks in advance!

possibly you're on shared hosting memory limited. , 1.8gb sounds me 2gb, limit on 32-bit system integer, applies php also.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -