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
Post a Comment