Unable download files or folder
-
I cant download when it need to compress files or folder.
However I can download single file with big size and zip/unzip file.
I saw many document and adjust some relative parameter.Maximum file upload size (upload_max_filesize) 200M
Post maximum file upload size (post_max_size) 800M
Memory Limit (memory_limit) 256M
Timeout (max_execution_time) 3000I also use the code below to verify zip procedure is ok.
https://stackoverflow.com/questions/42576823/how-can-i-stream-a-zip-in-a-zip-stream-downloadAnd the last I create “temp” folder under “wordpress” and add
“define(‘WP_TEMP_DIR’, dirname(__FILE__) . ‘/wp-content/temp/’);
” in “wp-config.php”.But still cant download zip streaming .
Does anyone know how to fix this error?
ps I am newbie in wordpress.
If anyone has idea how to debug this plugin please just tell me how?
I will very appreciate it!!
- The topic ‘Unable download files or folder’ is closed to new replies.