AlexanderKim's avatar

JS libraries to handle image uploads

Is there any good js libraries with mass image upload, just like dropzonejs, but with delete function?

0 likes
2 replies
Cronix's avatar

What is there to delete with file uploads? Maybe explain what you mean?

AlexanderKim's avatar

My use case is the following:

Basic crud application, when i upload image using the default file input, i don't see a preview of the uploaded image (it should be stored in temp dir somewhere), then after i save an entity, i'll go to edit form, and want to delete that image without deleting whole entity from database.

Please or to participate in this conversation.