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.

0 votes
0 answers
24 views

Using apex_export.download to download a clob as a csv file. I'm getting CLOB_COL "FILE_ID,BYTES,BLOCKS,STATUS

Apex version: 22.2.0 I have an apex application that allows a user to execute a query and then download the result as a csv. The result of the query is stored in a clob column in a table. My ...
Mark Bennett's user avatar
0 votes
0 answers
18 views

Listing multiple url files in an email script from a check box selection

I am trying to group multiple url files to be listed out in an email from one selection made from a checkbox on an online form. Currently the way the html is set up, you will make one selection and ...
user25767343's user avatar
0 votes
2 answers
39 views

Chrome blocks file download after some time on page

I'm working on React app that gets some urls from server in format { filename: 'filename', url: 'url', }, and then renders buttons in very common way <button onClick={(...
HonestElf's user avatar
1 vote
0 answers
23 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
45 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
61 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
51 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
52 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

15 30 50 per page