upload multi images and preview at same time

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jason7899
    New Member
    • Mar 2008
    • 59

    upload multi images and preview at same time

    hi,
    i looking for do a solution to upload multi images and preview them or remove them at same time without reload page like in the picture that i have annexed in this post.
    how can i do that?
    thanks a lot for your help
    :)

  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    You can use a hidden iframe to upload files cross-browser (see example). To preview them, you would need to upload them first and then set the src of the image to the uploaded destination. You can't preview local images in most browsers with default settings.

    Comment

    Working...