How to upload files greater than 25MB?

9 replies
Hey warriors,

I'm trying to upload a video file to my website but host gator tells me my max cap is 25MB is there anyway around this?
#25mb #files #greater #upload
  • Profile picture of the author Mohammad Afaq
    Upload it to youtube or get an account at Amazon S3 and then embed the video on the page.

    I tried and it didn't work for me so I started an account at Amazon S3 and it is really really cheap.
    Signature

    “The first draft of anything is shit.” ~Ernest Hemingway

    {{ DiscussionBoard.errors[1879407].message }}
  • Profile picture of the author Gary King
    You could get a bigger hosting account, or maybe break up the video into part 1 and part 2 (provided it's not a total storage limit but rather an upload limit that is blocking you).
    Signature

    ===========================
    OFFLINERS! Warning: Unless You Know These Pricing Secrets, You are Leaving THOUSANDS on the Table. Get Your Free Report Now.
    {{ DiscussionBoard.errors[1879436].message }}
    • Profile picture of the author Jeremy Morgan
      I'm making a lot of assumptions, but if it's php, and your host allows custom php.ini files, you can create a file called "php.ini" in your web folder that contains this:

      Code:
      upload_max_filesize = 50M
      post_max_size = 50M

      If custom inis are supported and your app is php, this will increase the size.
      Signature
      Jeremy Morgan, Software Developer / SEO
      Check out my Programming Blog for news, tips, and tutorials
      {{ DiscussionBoard.errors[1879443].message }}
      • Profile picture of the author Vanquish
        It's a bunch of flash videos.

        I guess I can split up . zip into smaller sections rather than spending money on amazon or bigger hosting accounts...
        Signature
        Nothing to sell, only value to give and new knowledge to learn.
        {{ DiscussionBoard.errors[1879615].message }}
  • Profile picture of the author Dan Liptak
    How are you uploading? If you are using cpanel, than there is a limit. If you want to get around this, use an FTP client like filezilla.

    Later,
    Dan
    {{ DiscussionBoard.errors[1879636].message }}
    • Profile picture of the author Derek Allen
      Originally Posted by Dan Liptak View Post

      How are you uploading? If you are using cpanel, than there is a limit. If you want to get around this, use an FTP client like filezilla.

      Later,
      Dan
      This is what I do.
      Signature
      My Blog + Cool Stuff>> Self Made CEO
      {{ DiscussionBoard.errors[1880025].message }}
  • Profile picture of the author TheRichJerksNet
    Most servers by default are actually set to 2mb in the config. If you have access to your config then you can edit it. If not just upload by ftp as you should not have a limit by ftp.

    James
    {{ DiscussionBoard.errors[1879807].message }}
    • Profile picture of the author Vanquish
      Originally Posted by TheRichJerksNet View Post

      Most servers by default are actually set to 2mb in the config. If you have access to your config then you can edit it. If not just upload by ftp as you should not have a limit by ftp.

      James

      How do i upload by ftp? lol
      Signature
      Nothing to sell, only value to give and new knowledge to learn.
      {{ DiscussionBoard.errors[1879813].message }}
      • Profile picture of the author TheRichJerksNet
        Originally Posted by Vanquish View Post

        How do i upload by ftp? lol
        Get a FTP program

        Free FTP client, secure file transfer software - download and install..

        Now go to login

        ftp.yourdomain.com

        Username: this is the same username used to login cpanel
        Password: this is the same password to login cpanel

        By default you will end up in the root of your server. Look for the folder public_html and double click it to open it. Now you should see files and folders that look familiar.

        Open the folder you want to put the videos in and drag and drop your vidoes in that folder.

        James
        {{ DiscussionBoard.errors[1879971].message }}

Trending Topics