Twitter like multiple image upload using Blueimp Jquery File Upload Plugin -


i using blueimp's jquery file upload plugin, need feature similar twitter, in user can choose 1) "multiple" images, 2) "preview" before upload 3) remove chosen image

first 2 points have been implemented. want 1 request the singlefileuploads option set false in code.

problem:

when set singlefileuploads false, 1 cancel button appears, clicking on removes selected images.

i want remove/cancel button every selected image preview. clicking on should remove image queue.

also, want when remove button clicked, there callback available?

please note :- upload , working fine, want remove selected image clicking on remove button.

i using jquery multifile without problem.

  1. the plugin allows upload single file or multiple files. every batch of uploads grouped , assigned close button can remove specific files.
  2. the next nice feature preview of images.

Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -