select and upload multiple images

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sarayu
    New Member
    • Jul 2008
    • 15

    select and upload multiple images

    Hi All,

    How can i select multiple images by using shift or control key from my hard disk and upload it by using a submit button.For this what we use for selecting different images and for uploading.Any interface is required?Is it possible only with PHP-MYsql and Javascript.Else what technology we use ?


    Thanks in advance
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    I've searched many times for a way to do this, but I've always come to the conclusion that I need learn FLASH - or embed a java applet of some sort.

    Kind regards.

    Comment

    • Atli
      Recognized Expert Expert
      • Nov 2006
      • 5062

      #3
      Hi.

      This is not possible via any "standard" means.
      HTTP requests allow you to send multiple files at once, but each must belong to a separate <input> box.
      Seeing how that works, browsers require that each <input> box be filled in manually, one file at a time.

      And because no decent browser will ever give a script the type of access it would require, you are forced to write client-side applications to do this.

      Flash might be able to handle stuff like this. Don't know Flash well enough to say for sure. I do know it can send single files.

      Comment

      Working...