File uploader

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Medic1
    Registered User
    • Apr 2004
    • 18

    #1

    File uploader

    Hi All
    Im looking for a file uploader that will handle more than the normal 2MB.
    Any idea's would be great.

    Thanks
  • sexsup
    Confirmed User
    • Feb 2004
    • 3004

    #2
    The problem is not with your "file uploader" but with your hosting limits

    Comment

    • Coyote
      Drinker of Scotch
      • May 2003
      • 242

      #3
      Sexup is correct.

      A script is not a good idea if you are planning to make it available to other users. If it is just for your use, then consider a SFTP client instead.
      Ethernet Servers

      Quote:
      CS: Linux can pretty much run on a potato. Which is a GOOD thing.

      Comment

      • Medic1
        Registered User
        • Apr 2004
        • 18

        #4
        Thank you, But let me ask this...
        what would you suggest in order to do this?

        Again I thank you for the help

        Comment

        • banderas
          Confirmed User
          • Jun 2003
          • 1086

          #5
          Hi, this is not bad script

          http://www.m-dream.co.uk/php/showscripts.php?id=5

          i use it.

          Comment

          • AvanteGuard
            Confirmed User
            • Jan 2004
            • 451

            #6
            Make sure you have your host (if possible) lift the Apache 2MB limit on file uploads -- and if you're using a php upload script, lift the PHP 2MB limit on file uploads...
            Looking for Fast Professional Programming? http://www.imadigan.com
            ICQ: 314-942-262 | MSN/Email: [email protected]

            Comment

            • Medic1
              Registered User
              • Apr 2004
              • 18

              #7
              ILL try it
              Thank you for the help

              Comment

              Working...