Skip to main content

Questions tagged [download]

Receiving data to a local system from a remote system, or to initiate such a data transfer. Do not use this tag for question asking where to download off-site resource.

1 vote
0 answers
22 views

Server files greater than 1GB from Nginx to chrome browser

I am trying to have my Nginx 1.14.1 on an AlmaLinux 8 machine serve private file larger than 1 GB. I am using a Chrome browser. If the file size is less than 1GB, everything works as expected. However,...
Prasanna's user avatar
  • 391
-1 votes
0 answers
44 views

Issue opening geotiffs downloaded with rvest

I am trying to download ~200 geotiffs into R using package 'rvest'. A screenshot of the website: I am using this code: library(rvest) setwd("path-to-my-directory") url <- &...
sbliss's user avatar
  • 85
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
0 answers
24 views

Download SAM Exclusions List Using a Python script

I am attempting to write a Python script that will let me download the latest SAM Exclusions list from a government website. I get very close, but when my Python script clicks on the link to download ...
Michael Keiffer's user avatar
0 votes
1 answer
60 views

How to change pdf raw data so that it can be downloaded in react native expo

This is the response that I am getting from the api which is raw pdf data. %PDF-1.4 %цдьЯ 1 0 obj << /Type /Catalog /Version /1.4 /Pages 2 0 R /ViewerPreferences 3 0 R >> I tried to ...
Swikriti Upadhyay's user avatar
0 votes
1 answer
50 views

How to automatically download CSV file from Spotify's Global Chart?

Spotify has a daily global chart (link) that shows the top 200 songs on the platform for a certain day. There is a download button to save the data as a CSV file on each page. I would like to ...
txtRandy's user avatar
0 votes
0 answers
24 views

Cant Download PDF file when Hosting

currently i develop website by using flutter , there are button for download the PDF , when in debug mode by using command flutter run -d chrome i can download the PDF, but after i host and try it, it ...
arief farhan's user avatar
-1 votes
1 answer
124 views

How to download a video including sound?

I need to download a video from a server (API). Right now I have something like this: def download_video(url, where_to_store): response = requests.get(url, stream=True) if response.status_code ==...
John Carter's user avatar
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
2 answers
82 views

Django problem with downloading file from my computer

I am new to Django and I need some assistance. I want to download the file whose path is in plik.localisation (it has been taken from a loop). The problem is with the path. Could someone help me? What ...
Robert Wyszynski's user avatar
0 votes
0 answers
13 views

How to Implement an Image Download Dialog in Safari Like remove.bg?

I'm working on a project where I need to enable users to download images directly from the browser, specifically Safari on iOS. I've noticed that remove.bg offers a neat feature where users can long-...
Taib Islam Dipu's user avatar
0 votes
0 answers
51 views

Download dataset in specific directory

I am trying to download from kaggle in the DL directory by using this : !kaggle datasets download -d scribbless/another-anime-face-dataset -p "/drive/My Drive/Colab Notebooks/SR/DL/" When I ...
lena's user avatar
  • 729
0 votes
1 answer
53 views

cdsapi era5 download (not use retrieve function but service function)

I have some data I'd like to download from the era5 via the cdsapi package. I do know most data can be downloaded via using cdsapi.Client.retrieve function. Such as many examples I can find at stack ...
Gioia's user avatar
  • 1
0 votes
1 answer
61 views

File download with nestjs - can't open file

I have the following Controller in my nestjs app: @ApiPost('download/:id', { type: Blob, description: 'Download file from URL' }) async downloadFile(@Param() params: InputIdDto, @Res() res: ...
Korer's user avatar
  • 67
0 votes
1 answer
88 views

Auto download attachment from Outlook to local folder via VBA

Below code is to save email attachment to a local folder. The trigger is by outlook rules. However, occasionally there will be “An unexpected error has occurred.” from Rules in Error and the code will ...
user25441505's user avatar

15 30 50 per page