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.

download
-3 votes
0 answers
16 views

Download PDF's from Issuu.com [closed]

Issuu.com changed its pricing model. We have the $40 p/m account and have 700+ magazines listed. Now we can only have a max of 100. I want to bulk download my PDFs from Issuu.com (as the publisher, so ...
Justin Scott's user avatar
1 vote
1 answer
44 views

downloading files from a website with cookies c#

I'm currently working on a app that needs for me to be able to download osu beatmap files using there id, I tried just copying the link to the download aka for me it would be https://osu.ppy.sh/...
cheader's user avatar
  • 11
0 votes
1 answer
30 views

How to protect from browser tab creation delivering a PDF file?

I have a website where, after login, people can download personalized PDF documents. There is a specific problem I found no solution or discussion on StackOverflow yet. First, I deliver the documents ...
Volker's user avatar
  • 468
0 votes
1 answer
27 views

jquery how to download inline data as a file

Say I have a database driven website with lots of events, each event is loaded and displayed on a listing page. I want to present the data of each event as a download (lets say an eventname.txt file) ...
Martin's user avatar
  • 22.6k
-1 votes
0 answers
34 views

Trying to download a file from server using FTP, but exception arises explaining format of URI can't be determined

Please tell me what is wrong in this code. The FileService also throws downloaded file content is null or empty or format of the URI cant be determined. The Fileservice class seems to be working for ...
Achyut's user avatar
  • 1
-2 votes
1 answer
62 views

Cannot copy file to windows 11 file system - if you are running this code in the linux server

I'm doing a download from java apps running on linux. The following is the code: public void downloadCopyToFile(String filename, String outFilename) throws IOException { try { ...
Rusli Usman's user avatar
0 votes
0 answers
29 views

How to download the model from Roboflow Universe?

I want to download the model from roboflow https://universe.roboflow.com/rookeye/thesis-iklwo/model/3 Is there anyway to download the model as tflite?
Michael Biethman's user avatar
1 vote
1 answer
33 views

How to send a redirect after generating a file download in Servlet

I'm developing a web page using Java Servlets and JSP. I have functionality where, depending on the received action (action), different operations are performed. However, I'm encountering an issue ...
Carlos Odette DLCL's user avatar
0 votes
2 answers
39 views

downloading file-stream from browser get request

Im working on a service to download large files. There is a web frontend, that sends a get request, which recieves the file as a stream. I have looked into Streamsaver.js, but i dont want the mitm. ...
Elias Hetland's user avatar
0 votes
0 answers
17 views

Exporting multiple sheets as excel using Ag Grid

I need to export multiple sheets as excel with different row and column definition. I did not find a way to do it with Ag grid as my column definitions were different, hence I got the data by ...
user13569341's user avatar
0 votes
1 answer
26 views

Error while downloading a file in Oracle APEX

For my application, I wanted to implement the Upload and Download feature, so I have implemented the upload feature. The uploaded document (pdf) should be visible on the user's task details page. I ...
mentos's user avatar
  • 41
-3 votes
0 answers
110 views

Pytube downloading only 360p resolution

When downloading video content, the program does not detect and download any other resolution than 360p. from pytube import YouTube, Playlist from pytube.cli import on_progress from moviepy.editor ...
Shoter3000's user avatar
0 votes
0 answers
13 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
16 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
34 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

15 30 50 per page
1
2 3 4 5
1235