Skip to main content

All Questions

Tagged with
-3 votes
1 answer
24 views

Downloading eBook from Webviewer [closed]

I want to download the book from the folowing link of web viewer. next page of book is available after clicking the flip arrow. Can I download the whole book in Pdf or any other format? https://www....
user26377018's user avatar
0 votes
2 answers
44 views

Force download a pdf on mobile device

I want to force a pdf to be downloaded on mobile/tablet device to avoid open it in a new tab. I tried with the download attribute: <a href="file.pdf" download target="_blank">...
Rubyx's user avatar
  • 760
0 votes
1 answer
36 views

HTML 'download' attribute (with JS)

I was trying to download the following file with no extension, but if I don't specify it, it downloads me a .txt. I expected it to download me a file without any extension. document.getElementById('...
Michael Barati's user avatar
1 vote
1 answer
45 views

Why is not possible to download final - image3.png?

This is code where user select one image. This image is succesfully overlayed by second image and the result is image3.png. But image3 is not possible to download by button. I am not also able to ...
Dominik's user avatar
  • 75
0 votes
0 answers
42 views

Sumbit e-mail to download PDF

I'm having trouble getting this e-mail submission to work; HTML: <style> /* Basic styling (optional) */ .container { text-align: center; padding: 20px; } #downloadBtn { display: none;...
Adriaen's user avatar
0 votes
0 answers
49 views

Offer users a large file to download from Webserver? (4 - 20 GB)

First I would like to apologize for my stupidity... I need to provide a download of large videofiles from a webpage. The files are between 4 and 20 gb. Question: What is the right way to enable such a ...
user24772931's user avatar
0 votes
1 answer
29 views

Preventing refresh after using the click() function on an anchor element

I'm trying to implement a download button in my web application that allows users to download a JSON file without refreshing the page. The download is triggered via Javascript. button.addEventListener(...
Kwasi's user avatar
  • 3
1 vote
0 answers
50 views

Download CSV Using jQuery Ajax

How can I trigger a csv file download from the ajax jQuery method? I don't want to use an href with the full url because I need to fetch the correct csv file depending on what id is selected in a ...
Johan's user avatar
  • 56
0 votes
0 answers
21 views

when i download html code in pdf format get file extention crdownload

when i download jsx code in react js when download in crdownload format how to solve this const generatePDF = (data) => { const invoice = document.getElementById("invoice"); const ...
Ghori Lemin's user avatar
0 votes
1 answer
267 views

Which method is more effective: utilizing window.showSaveFilePicker or generating a data URL and downloading a file using an anchor element?

I was developing a feature that enables the user to download a PNG and a JSON. After conducting research, I utilized the window.showSaveFilePicker method to facilitate the download of the JSON file. ...
Ivan Aram's user avatar
0 votes
0 answers
69 views

Same download URL but different download files

I'm trying to automate downloading excel files. I want to download an excel file from the main view of a webpage, then change the view and download an excel file representing the second view. The url ...
spunboy's user avatar
-1 votes
2 answers
42 views

Embed python code in the HTML download link and have it run automatically [closed]

I want to create a single html page i.e. download link. How can I embed an image in the background of that page? When I visit the page, that is, when I enter the link, I want it to be automatically ...
jhn6408's user avatar
-2 votes
2 answers
294 views

How to give the URL to the image file for automatic download?

I have an image file and how do I generate or extract the URL to download it automatically? So how to create a URL to auto-download image? I want the image to be downloaded as soon as the URL is ...
lkk4325's user avatar
1 vote
0 answers
60 views

How to handle anchor with download attribute and HTTP 404 - Firefox

I'm using the download attribute on an anchor (link). In some rare cases, I know that I'll have a 404 error (file not found). Chromium based browsers handle it by showing a Download failed - No file ...
yvesb's user avatar
  • 71
-2 votes
1 answer
42 views

Is there a way to automatically download an HTML file? [closed]

So there is this one website that updates frecuently and I want to make a program to download its html every few minutes, however, a quick google search only shows me about making a file automatically ...
matias villegas's user avatar

15 30 50 per page
1
2 3 4 5
76