Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author hiphopsmurf

    (@hiphopsmurf)

    There are too many variables involved to give you an exact answer without testing it. What type of video files are you working with and are you using the multiple file upload or single file upload?

    Thread Starter arttrust

    (@arttrust)

    Hi thanks

    first I had to extend the file upIoad space…
    and I can work with zipping the file…but the one that does not work is MP4

    Marja

    Hey, I think I can help a little bit.

    first off, you need to change

    upload_max_filesize = 1000M
    post_max_size = 1000M

    in your php settings. what you can do is to put a php.ini file in the root of your website. That way, all the descendant files of it will be affected.

    Also, you will have to increase your live memory limit.

    memory_limit = 512M

    Now, other isssues comes into account with this plugin. For some reason, the upload process seams to never end with big files…

    arttrust do you have a git account?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘video files don't upload’ is closed to new replies.