How to stop iframe loading?

前端 未结 2 678
天命终不由人
天命终不由人 2021-01-19 06:46

Hi I\'m uploading a file through an iframe.

HTML:


    

        
相关标签:
2条回答
  • 2021-01-19 07:42

    While you can destory the iframe element, any HTTP requests it has made cannot be cancelled. This is by design of HTTP.

    The closest analogy is that it's like trying to stop a bullet you've fired by destroying the gun.

    0 讨论(0)
  • 2021-01-19 07:46

    Try flash uploaders. They have many advantages against standard uploading input, like multiple file upload, stopping upload queue, file size limit etc. Try a demo here: http://www.uploadify.com/demos/. Of course they have a bit complicated implementation.

    0 讨论(0)
提交回复
热议问题