If the endpoint really is a direct link to the. 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. How to download excel. Ask Question. Asked 5 years, 3 months ago. Active 1 year, 4 months ago. Viewed k times. Improve this question. Everyone's tags 4 : Copy. Message 1 of 4. Accepted Solutions. Message 3 of 4. Gristy Resident Rockstar.
Message 2 of 4. Hi dmistry , Has your problem been solved? Message 4 of 4. Post Reply. Helpful resources. Launching new user group features Learn how to create your own user groups today! Asked 8 years, 7 months ago. Active 1 year, 1 month ago. Viewed k times. Improve this question. Pavle Predic Pavle Predic 5, 3 3 gold badges 15 15 silver badges 16 16 bronze badges. For those who read this article, read this post: stackoverflow. Add a comment. Active Oldest Votes.
URL window. Improve this answer. Jonathan Amend Jonathan Amend I don't want to navigate away from the page. I want to perform the request in the background, process the response and present it to the client. If the server sends back headers like the other answer has, it opens in a new window - I've done it before.
It would only navigate away if your server-side script returned HTML code — user PavlePredic did you end up figuring out how to manage both response scenarios, i. JSON text response or download file response? Answer is not clear and the proposed solution doesn't work. Show 5 more comments. I faced the same issue and successfully solved it. My use-case is this. After fetching content as a blob binary , we are creating a downloadable URL and attaching it to invisible "a" link then clicking it. Naren Yellavula Naren Yellavula 6, 2 2 gold badges 27 27 silver badges 22 22 bronze badges.
Robin van Baalen Robin van Baalen 3, 2 2 gold badges 19 19 silver badges 33 33 bronze badges. Community Bot 1 1 1 silver badge. Mayur Padshala Mayur Padshala 1, 2 2 gold badges 18 18 silver badges 19 19 bronze badges. Hi, do I need to have jQuery 3. I'm also getting a blank pdf with both examples you gave. I am trying to get it to download a pdf file. Should work fine with all versions. Any errors on console might help to debug — Mayur Padshala.
This worked for me using download. Tim Hettler Tim Hettler 1, 9 9 silver badges 12 12 bronze badges. This helped, but I need to preserve the original filename. I see the filename in the response headers under "Content-Disposition", but I can't find that value in the response object in the code.
Setting link. See The MDN docs on the file input for more detail. Blob size is limited: stackoverflow. Update Sep 30, Months have passed since I posted this, finally I've found a better approach to speed things up when working with big base64 strings. The jQuery File Download only redirect me to the url. I call it like this: jQuery. It will then use that form data to generate some type of file, such as a PDF, represented in memory as Binary data.
You'll pipe that binary data back to the user as the response to the POST request. Remember that on the client side, we've set the request to expect a Blob. With that in mind, it's time to focus on what to do for the response.
0コメント