I want let user to upload images to server add some info (like description, tags) about each image.
I use Uploadify to upload multiple images.
I wonder if it is possible to show thumbnails of the images (while the user enters the additional info about each image) before the images are actually uploaded to the server.
I want user to have the following experience:
- Select multiple image files
- Immediately after that enter additional information about each image while seeing images thumbnails
- Press
Upload Files
button to upload images to server, and go to drink coffee...
I found this script, but I think it also uploads the file before displaying the image thumbnail.
I would appreciate any help !