I'm trying to upload from localhost a 5GB file to wordpress running on my raspberry pi. PHP. Mysql. I have installed Tuxedo Big File Uploads wordpress plugin setting 0 to Maximum Upload Size (MB) (no limit). Also I have edit php.ini post_max_size 100000000M and upload_max_filesize 100000000M.
I'm able to upload a 500Mb file but always the process fail with the 5GB.
What else I can do ?
Thank you
Comments
Post a Comment