Results 1 to 10 of 10

Thread: Upload videos?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2008
    Posts
    1,019

    Default

    The reason you cannot upload more than 8MB of space is because your PHP settings limit the post_max_size to 8MB. You need to change your php.ini so that instead of:

    post_max_size = 8M

    It says:

    post_max_size = 200M

    Without changing that, the largest file that you can upload is 8MB.
    vShare Solutions
    Custom vShare Modules and Services

    Now, your visitors can watch videos on your site using their mobile or tablet device with the Mobility Mod for vShare 2.8!

  2. #2
    Join Date
    Mar 2010
    Posts
    29

    Default

    Hey my max_upload_size in my php.ini is 200MB so u say i should change it to 8MB

  3. #3
    Join Date
    Sep 2008
    Posts
    1,019

    Default

    No. Your post_max_size is set to 8M. Change it to 200M. Leave your max_upload_size the way it is.
    vShare Solutions
    Custom vShare Modules and Services

    Now, your visitors can watch videos on your site using their mobile or tablet device with the Mobility Mod for vShare 2.8!

  4. #4
    Join Date
    Mar 2010
    Posts
    29

    Default

    Quote Originally Posted by bplex View Post
    No. Your post_max_size is set to 8M. Change it to 200M. Leave your max_upload_size the way it is.

    aha thanks i will try to change thanks for help my friend :)

  5. #5
    Join Date
    Mar 2010
    Posts
    29

    Default

    Hey i have 200mb in my upload_max_filesize but i uploadet af video and this message come


    Temporary File Name :
    File Size :0
    File Type :
    File Name :Tawab Arash seeb.avi
    [ERROR: 1] The uploaded file exceeds the upload_max_filesize directive in php.ini

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •