Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
322 views
in Technique[技术] by (71.8m points)

jquery - Drap and drop not working in Iframe php/js, plz suggest

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...