I want the user to upload images to the server, add some information (for example, description, tags) about each image.
I use Uploadify to upload multiple images.
I wonder if it is possible to show thumbnails of images (while the user enters additional information about each image) before the images are actually uploaded to the server.
I want the user to have the following experience:
- Select multiple image files
- Immediately after this, enter additional information about each image when viewing image thumbnails.
- Click the button
Upload Filesto upload images to the server and have a coffee ...
I found this script , but I think it also downloads the file before , displaying a thumbnail of the image.
I would be grateful for any help!
source
share