Sir i am facing a issue,when i cancel the image to upload it just remove the image from displaying but it upload on the server.
kindly tell me that how i can delete that image from the input field?
sameerkhan1 () - 4 years ago - Reply 0
i can upload image with code: document.getElementById('pro-image').addEventListener('change', readImage, false);
padi-dev-dungnv () - 4 years ago - Reply 0
Add the name attribute value between the ' ' symbols on .val(' '). For example if your form field has the attribute name='images[]', add the images[] to .val('images[]')
nkushh () - 4 years ago - Reply 0
It's not working with jquery3 .Is it possible same tasks will perform with jquery3. Drag Drop not working with Jquery3
Sobia () - 5 years ago - Reply 0