Results 1 to 10 of 16

Thread: Give more space than 100 mb?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2011
    Posts
    25

    Default

    Quote Originally Posted by bplex View Post
    If you do not have access to php.ini, there is no way to change the upload limit. The upload limit is set from your main server.
    I managed to upload a 168MB file that is 35 minutes long, but it only plays the first 2 minutes. Is this the result of having a 100MB limit? I would have thought it would have just rejected the video and not uploaded it at all.

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

    Default

    If it only shoes the first few minutes, the limit is probably less than 100MB. As I said before, the text "100mb" that you see is just text. It doesn't mean anything to PHP.

    Now, with regards to the file not being rejected, that is possible because the upload script, by default, has a different upload max. For the file to be rejected, you would need to change the max file limit in the upload script to match what your server is actually set to. Then, the uploaded would reject the upload if it is too big.
    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!

  3. #3
    Join Date
    May 2011
    Posts
    25

    Default

    Quote Originally Posted by bplex View Post
    If it only shoes the first few minutes, the limit is probably less than 100MB. As I said before, the text "100mb" that you see is just text. It doesn't mean anything to PHP.

    Now, with regards to the file not being rejected, that is possible because the upload script, by default, has a different upload max. For the file to be rejected, you would need to change the max file limit in the upload script to match what your server is actually set to. Then, the uploaded would reject the upload if it is too big.
    I don't think it is less than 100MB because I also have an 85MB upload which is 14 minutes long and that plays okay. It seems stupid to not have access to php.ini on a video hosting site. I only signed up for it to host videos.

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
  •