Hi, Plamen,
Thank you for your reply. The problem is when async.batch is set to false, onUpload() is triggered for each photo (many times), not for all photos (once). That means, e.files.length is always 1. But if I set async.batch to true, I wan't able to display preview (it only shows the last photo) and drop down list for each photo.
Thanks.