video upload configs

🔥Iggy🔥

Well-known member
hello,
im trying to get more info how to get my server to support larger video uploads....around 100mb seems to work but it sort of sticks a little then finally goes thru, 200mb it hardly even tries....i dont see any server errors but im guessing this is a php config thing? another user reported it getting stuck at 60%...idk

regards
 
Uploading large files (larger than the limits set in the XF ACP) will require server configuration changes.

These are some of the typical values which may need changing:

PHP
post_max_size
upload_max_filesize
upload_tmp_dir

MySQL
max_allowed_packet
max_packet_size
wait_timeout
 
Uploading large files (larger than the limits set in the XF ACP) will require server configuration changes.

These are some of the typical values which may need changing:

PHP
post_max_size
upload_max_filesize
upload_tmp_dir

MySQL
max_allowed_packet
max_packet_size
wait_timeout
hmm, well things seem to be within the limits, im only setting it at about half of what its telling me the server can do....
so its some other kind of issue it seems...
 
Are you using Cloudflare? They have an upload limit of 100mb on the free and pro plans. I think you can work around it with a chunked upload add-on.
 
Back
Top Bottom