1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Mass upload script

Discussion in 'Programming' started by nrodes, Jan 18, 2009.

  1. #1
    does anyone know of a php, java, or ajax script that will upload an entire folder?
    i dont care how it does it.
    thanks
     
    nrodes, Jan 18, 2009 IP
  2. hassanahmad1

    hassanahmad1 Active Member

    Messages:
    150
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #2
    You cannot upload a whole folder,
    but you can upload files in zip format which can then be extracted by a script
     
    hassanahmad1, Jan 19, 2009 IP
  3. nrodes

    nrodes Peon

    Messages:
    77
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    is there a simple zip and unzip function in php?
     
    nrodes, Jan 19, 2009 IP
  4. harrisunderwork

    harrisunderwork Well-Known Member

    Messages:
    1,005
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    135
    #4
    Zip and unzip functions are linux and unix functions. You can use them with exec command of linux.
     
    harrisunderwork, Jan 19, 2009 IP
  5. paitken

    paitken Peon

    Messages:
    42
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    If your php is compiled with zip support you can do this. Check out, www.php.net/zip
     
    paitken, Jan 19, 2009 IP