Uploading a Directory of files via web browser

Discussion in 'PHP' started by sunnymonkey, Nov 15, 2007.

  1. #1
    Hey all.

    Does anyone know of a script that I can use in a website to allow users to upload a DIRECTORY and SUB DIRECTORIES of images?

    Regards,
    Dave
     
    sunnymonkey, Nov 15, 2007 IP
  2. tamen

    tamen Peon

    Messages:
    182
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You can't do it with PHP. Unless you zip the directory before uploading.
    Some java applets might be able to do what you want.
     
    tamen, Nov 15, 2007 IP
  3. msaqibansari

    msaqibansari Peon

    Messages:
    84
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    It is not possible in PHP. You should use FTP Client ;) or just zip the folder and upload by web browser
     
    msaqibansari, Nov 15, 2007 IP
  4. sunnymonkey

    sunnymonkey Peon

    Messages:
    623
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I am happy using FTP. But I need a ;basic; non tech way for users to upload hundreds of files in one go. Is there perhaps a web FTP alternative using php and/or java?
     
    sunnymonkey, Nov 16, 2007 IP
  5. tamen

    tamen Peon

    Messages:
    182
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I'm quite sure there are Java FTP-clients you can embed in your pages. But I haven't used any of them.
     
    tamen, Nov 16, 2007 IP
  6. sunnymonkey

    sunnymonkey Peon

    Messages:
    623
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I found the software from Jumploader works perfectly.

    Thanks all.
     
    sunnymonkey, Nov 19, 2007 IP
  7. commandos

    commandos Notable Member

    Messages:
    3,648
    Likes Received:
    329
    Best Answers:
    0
    Trophy Points:
    280
    #7
    what technology they use ?

    ok just saw it :

    JumpLoader - Java File Upload Applet
     
    commandos, Nov 19, 2007 IP