• I have GB size video files that I need to upload to my cloud hosting account where my Word Press site is residing. Following example is OK. QUESTION – Is there any rules to putting the numbers here? For example, I will set up to upload 1.5 GB file. Do I have to put other parameters (memory size, execution time etc) here with some specific value? Please share your expertise, thank you.

    memory_limit = 64M
    upload_max_filesize = 64M
    post_max_size = 64M
    max_execution_time = 300

Viewing 1 replies (of 1 total)
  • I wouldn’t do it that way. Files that size are going to be problematic at best) no matter what the settings are on your hosting server.

    What I’d suggest is looking at a plugin that will scan a folder and add the files to the media library for you. That way you can use FTP to upload the files with no concerns about time outs, memory limits or anything else.

    As a (very) quick search I’ve found these: https://wordpress.org/plugins/search.php?q=media+from+folder

Viewing 1 replies (of 1 total)
  • The topic ‘Upolad file size configuration’ is closed to new replies.