SitePoint Sponsor

User Tag List

Results 1 to 3 of 3

Thread: anyone have upload script that enables me to upload more than 1 GB data file.

  1. #1
    SitePoint Member enil's Avatar
    Join Date
    Apr 2006
    Location
    India
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Thumbs up anyone have upload script that enables me to upload more than 1 GB data file.

    Hello,

    i have a big prob in php
    as in max_upload size in php.ini is limited
    so how can i upload more than 1 GB data file.

    anyone have solution it?

    -Enil

  2. #2
    SitePoint Wizard cranial-bore's Avatar
    Join Date
    Jan 2002
    Location
    Australia
    Posts
    2,633
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I really doubt you'll get a reliable upload of a 1GB file with HTTP.
    I think you'll have to use FTP
    mikehealy.com.au
    diigital.com art, design . Latest WorkSaturday Morning

  3. #3
    dooby dooby doo silver trophybronze trophy
    spikeZ's Avatar
    Join Date
    Aug 2004
    Location
    Manchester UK
    Posts
    13,565
    Mentioned
    81 Post(s)
    Tagged
    3 Thread(s)
    Definately ftp upload and the script would more than likely time out after 30 seconds anyway using HTTP.

    php's ftp functions

    Welcome to the forums btw!

    Spike
    Mike Swiffin - Community Team Leader

    Only a woman can read between the lines of a one word answer.....
    I started out with nothing... and still got most of it left!

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
  •