Upload limit¶
Upload limit depends on following PHP limits:
post_max_size
upload_max_filesize
max_execution_time
max_input_time
memory_limit
Notice
If you need to upload very big files, please try using the chunked upload feature.
Display settings
Upload limit depends on following PHP limits:
post_max_size
upload_max_filesize
max_execution_time
max_input_time
memory_limit
Notice
If you need to upload very big files, please try using the chunked upload feature.