Posted 3-Jun am Dzianis Igaravich Leanenka. Add your solution here. OK Paste as. Treat my content as plain text, not as HTML.
Existing Members Sign in to your account. This email is in use. Do you need your password? Submit your solution! When answering a question please: Read the question carefully. Understand that English isn't everyone's first language so be lenient of bad spelling and grammar. If a question is poorly phrased then either ask for clarification, ignore it, or edit the question and fix the problem. Insults are not welcome. Don't tell someone to read the manual.
Chances are they have and don't get it. Provide an answer or move on to the next question. Let's work to help developers, not make them feel stupid. Related Questions. File upload using jquery ajax - IE 11 issue. The same functionality is working fine in IE and FF. Check Saving files locally using Blob and msSaveBlob. If you don't want to implement all that by yourself, there is a nice library FileSaver.
I think this is related to the anch. IE does not support neither navigating to a data URI nor the download attribute. You can use navigator.
You can check window. You can check following link for more details: Saving files locally using Blob and msSaveBlob. IE does not support download tag. Use execCommand to save the file actually, to prompt the save as dialog :. Note that execCommand does not work in IE I know it is nearly impossible to detect the browser perfectly correctly. However you can try this as a backup routine if file saving fails in your code. Finally, after doing hours of research I found some answer which really worked for me.
Following approach worked for me. Parameter blobObj is the object which needs to be saved with a given name in parameter fileName. Stack Overflow for Teams — Collaborate and share knowledge with a private group. Create a free Team What is Teams? Collectives on Stack Overflow. Learn more. IE download file Ask Question. Asked 7 years, 3 months ago. Active 2 years, 1 month ago.
If Internet Explorer identifies a download as suspicious, you'll be notified so you can decide whether or not to save, run, or open the file. Not all files you're warned about are malicious, but it's important to make sure you trust the site you're downloading from, and that you really want to download the file. If you see a security warning that tells you the publisher of this program couldn't be verified, this means that Internet Explorer doesn't recognize the site or organization asking you to download the file.
Make sure you recognize and trust the publisher before you save or open the download. There are always risks to downloading files from the web. Here are some precautions you can take to help protect your PC when you download files:.
If the file has a digital signature, make sure that the signature is valid and the file is from a trusted location. To see the digital signature, select the publisher link in the security warning dialog box that opens when you first download the file. Windows 10 Internet Explorer Windows 8. Use the latest browser recommended by Microsoft Get speed, security, and privacy with Microsoft Edge.
Need more help? Join the discussion. Was this information helpful? Yes No. Thank you! Any more feedback? The more you tell us the more we can help. Can you help us improve?
0コメント