we have applied the Drag and drop files process in our php page using Jquery, which is working fine. but when we are opening the same page in Iframe, it's not working fine. while we drop the file, it is opening in a new tab instead of uploading.
here is the code that we are using -
<div class="dnd-widget msg-menu-close" id="messages-list" ondrop="dragAndDropFilesInMessageBox(event);" ondrag="dragAndDropFilesInMessageBox(event);" tabindex="3" style="overflow: hidden; outline: none;"></div>
as code point of view, we are using just PHP and Jquery.
Please share your views.
question from:
https://stackoverflow.com/questions/65839756/drap-and-drop-not-working-in-iframe-php-js-plz-suggest 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…