I need to enable picture upload in two manners; either by clicking the picture frame, or by dropping an image on the same picture frame. While this works fine in Firefox and Chrome, it fails in IE11.
When the upload button and the dropzone shares the same area, IE11 only handles the button click event, and leaves the drop unhandled.
Please find DOM & css extract enclosed.
When the upload button and the dropzone shares the same area, IE11 only handles the button click event, and leaves the drop unhandled.
Please find DOM & css extract enclosed.