18,477 questions
0
votes
1
answer
64
views
How to download a CSV file via Excel macro plus choose the type of the file
I have a working macro, I just download an excel from a website, then I can use it.
I need a similar file but the download icon doesn't have an own 'path' and I need to choose the format type. Can I ...
0
votes
0
answers
11
views
RNFS library can't track progress or the bytewritten doesn't make sense
What am I doing wrong I have divided the bytesWritten by the filesize and multiplied by 100 but the persentage never makes sense and when check the byteWritten against the actual file size in the disk ...
-2
votes
0
answers
17
views
Why does this keep happening on polyhedra.net? [closed]
I was using a website (link: polyhedra.net) but it keeps importing a text with code and now I can't make 3d polyhedra out of paper (I don't know but that's my hobby).
It keeps doing this for the past ...
0
votes
1
answer
38
views
Trouble with downloading a zip file with incomplete read [closed]
I'm having trouble downloading this zip file from the URL: https://www.dgii.gov.do/app/WebApps/Consultas/RNC/DGII_RNC.zip with python code.
I tried many things but every time I try to download the zip ...
0
votes
0
answers
60
views
Trying to create a Youtube to MP3 downloader via norkunas/youtube-dl-php; but I'm getting an empty array when it should be an audio file. See code:
I'm basically following their docs: https://github.com/norkunas/youtube-dl-php
and I have yt-dlp installed as well.
$url is a valid Youtube URL.
$format is .mp3.
Here's my code:
public function ...
0
votes
0
answers
13
views
How to download files in flutter using pocketbase across all the platforms?
I am trying include the download files option in my flutter app. I am using pocketbase to store the files and cubit for my state management. How can I implement this so that it works on all the ...
0
votes
0
answers
27
views
VARBINARY DB File not downloading correctly in PHP [closed]
I am trying to download a file from my MySQL database using a simple PHP script. The code is below, this allows me to successfully download the file, however the contents of the file are incorrect, ...
0
votes
1
answer
20
views
How to programmatically download a file from a synced SharePoint directory in Windows?
I synced a SharePoint directory to my Windows file system using OneDrive. As seen in the image below, some files are available locally, while others are only available in the cloud:
When I double-...
-2
votes
0
answers
17
views
Best approach to download multiple Word documents from a server in a VSTO Word Add-In: Single HTTP GET per file vs Bulk POST request?
I’m developing a VSTO Add-In for Microsoft Word that interacts with a third-party server to check out (download) Word documents. Here's the workflow:
The server contains a list of Word documents.
I ...
0
votes
1
answer
40
views
How to Download a PDF in Flutter and Save It to the iOS Downloads Folder So It Appears in Recents?
I am building a Flutter app and need to implement functionality to download a PDF file and save it to the Downloads folder on iOS devices. Additionally, I want the file to appear in the Recents ...
0
votes
0
answers
18
views
Why is an application download larger post-download?
I downloaded Firefox and noticed it's larger after downloading. Can someone help me understand why?
Steps to reproduce:
Download Firefox from the website - it's 147 MB
Open the app, finish install
...
0
votes
0
answers
20
views
How to export the CSV file to the specified package folder instead of default downloads folder in Testcafe?
Using testcfae We are trying to export a .csv file in chrome and save it in our automation package folder (Automation/UI/Downloads) itself. But we not able to set the custom download path in testcafe. ...
1
vote
2
answers
92
views
Selenium ChromeDriver: File not downloading after clicking the download button
I am trying to automate a file download process using Selenium with ChromeDriver, but the file is not being downloaded to the specified directory.
Issue: The program runs without any errors, but the ...
0
votes
1
answer
31
views
How to correctly set the filename in Laravel for a s3 download?
I am working with an s3 bucket in laravel (11) and have following function in my controller to dowload a given file to chrome:
public function downloadFile(Materials $material)
{
Gate::...
-1
votes
1
answer
38
views
Download a file procedure in python better than Selenium
I'm trying to download a file result from this site:
https://www.coordinador.cl/operacion/documentos/registro-de-instrucciones-de-operacion-rio-sscc-energia/
And for that i use Selenium for select ...
0
votes
0
answers
27
views
Abort S3TransferManager downloads - AWS SDK 2
Is there a way to effectively cancel or abort an on going download from the AWS Java SDK v2 S3TransferManager? Looks like there are a few ways to pause and resume downloads, but no way to abort the ...
0
votes
0
answers
27
views
Unable to download file from SharePoint using Playwright
I am trying to download files from SharePoint using Playwright (Java) in persistent context mode on Edge browser. On clicking download on SharePoint site, it will download a file with a random name. ...
0
votes
0
answers
45
views
Download secure files doesn't download files
I am currently working on a CI Pipeline to create and sign docker images; I uploaded the delegated key for signing to GitLab.
During the pipeline, I use download secure file to retrieve the file.
My ...
0
votes
1
answer
36
views
.NET Maui - Can you download fonts from server side? instead of storing within the project?
i am aware of how to use fonts the standard way within the MauiProgram.cs
But i am trying to see if its possible to download a font from server side and then bind it programmatically, but to no ...
0
votes
0
answers
17
views
How can I find the link of a button with hidden link?
Please observe this link (related to a sandbox report): https://cuckoo.cert.ee/analysis/5408154/export/
On this page, there is a button to download the report, but we don't have access to the direct ...
1
vote
2
answers
28
views
Return text error message when browser expecting a .XLS or other binary file
My Flask server generates an HTML file containing an anchor tag resembling this:
<a href="https://example.com/href_without_extension" download="excelfile.xls">
Download ...
0
votes
0
answers
67
views
Download password protected file from sftp server
I am trying to download a password protected .zip file from a password protected server into R. But I am not succeeding.
I first read in the filenames from the server
url<-"<url>"
...
0
votes
0
answers
110
views
Can't install Eclipse on Windows 10
I have java 23 installed, I download the eclipse installer, but it does not start and gives this log:
`!SESSION 2024-11-08 13:24:02.001 -----------------------------------------------
eclipse.buildId=...
0
votes
1
answer
80
views
ASP.NET Core 8.0 MVC : file download based on page's model and form
I've found various bits here and there on how to accomplish this but I hadn't found anything that put it all together.
I have two questions here:
Is there a better way to accomplish this? I don't ...
0
votes
0
answers
105
views
How can I fix the epic game launcher note working on MacOs
I downloaded the epic launcher game to get started on Unreal Engine but the launcher doesn’t work.
I’m on Mac os Sequoia 15.1. Tried the trouble shooting I could find such as empty the cash, deleted ...
0
votes
0
answers
29
views
How to add ":" to xls filename after download using angular - ":" gets replaced by "_"
I have the angular code below to download xls file from API response, I am trying to change the file name to filenameDD_HH:MM . For some reason, the ":" is replaced with "" after ...
0
votes
0
answers
33
views
Unable to change the download button sidebar based on the tab chosen using Shiny Python
I would like to change the download buttons that appear based on the tab that is chosen. For example, if the tab is Main Visualization, I would like the following buttons to appear: download_heatmap ...
1
vote
0
answers
52
views
Downloaded .movpkg not playing until connected with network
I downloaded a few HLS streaming videos as .movpkg folders. I turned off both wifi and LTE. Some of the videos are playing and some are not. I checked the file size and those not playing are obviously ...
0
votes
0
answers
115
views
Improve Google Apps Script function for downloading file from Google Drive to initiate the download quicker
My goal is to improve the Google Apps Script function used to automatically download a zip file from Google Drive. This function is assigned to a button in Google Sheets.
I would like the function to ...
0
votes
0
answers
20
views
why pyinstaller failed to find files for numpy dependency?
I am still struggling with cython and pyinstaller to package a python script, say appX.py with a folder containing a pyd file.
I modified appX.spec to include options for hidden imports, which ...
0
votes
2
answers
50
views
What will happen if the reported size of a streaming download is inaccurate?
I implemented a download view in my django project that builds a zip archive and streams it on the fly.
The files included in the archive are 1 tsv file and any number of xml (from a set of search ...
0
votes
0
answers
34
views
Download multiple files as a folder in JS [duplicate]
In JS, I have the following function to download one file from a URL:
export async function downloadFile(url: string, filename: string) {
const res = await fetch(url);
const blob = await res.blob()...
0
votes
0
answers
15
views
Tabulator download xlsx with created date
How can I add created date to Excel file generated and downloaded using Tabulator?
So far I have this
jobsTable.download('xlsx', `${excelFriendlyName}.xlsx`, {
documentProcessing(workbook) {
...
0
votes
0
answers
22
views
How to correct my wGet scripts download images from the Lunar Orbiter and Lunar Sample open directories
I've tried countless combinations of options in wGet scripts with no success at getting what I actually want. I tried countless options taken from answered questions here as well.
I need help using ...
0
votes
0
answers
19
views
error accessing downloaded mdb temp file in R using RODBC [duplicate]
I want to download an MS Access file (.mdb) file available online and handle its content from within R. I'm, however, having an issue opening it as the result of a temporary download.
I have used the ...
0
votes
0
answers
52
views
PHP function to download file when called by a webhook
I have a webhook incoming to my server that runs a php script create an excel spreadsheet and stores it on a folder on my server. What I want to do is trigger a download to the users PC of the file ...
0
votes
0
answers
44
views
Latex compilation and user download of PDF on Azure App Service (or other service)
Our company currently has several web applications deployed on Azure App Services (using .NET Framework). We have a use case to generate user-specific PDF documents that can be downloaded by the user. ...
0
votes
0
answers
28
views
Error when launching the Epic game Launcher
I have created an account and downloaded the app. When I open the launcher it works and it says that it is searching for an update installation. Once this is finished, the app crashes and opens again. ...
0
votes
0
answers
59
views
Unable to Download .pkpass File to iOS Device
Error: 'Safari cannot download' and 'Cannot install to Passbook at this time' when downloading .pkpass file on iOS
const formBody = `paxList=${encodedPayLoad}`;
const response = await fetch(
"...
0
votes
2
answers
50
views
Is there an issue with downloading a zip file under .NET Core?
I have a problem downloading a zip file with .NET Core. I have a function that works locally. As soon as I publish it, I get this error:
The controller looks like this:
public class SpecialController ...
1
vote
0
answers
70
views
Send the file to the browser when it has downloaded 100%
For example, we have a link to the file like
<a href="/file.zip">file.zip</a>
Let the filesize will be 1000Mb.
If we click on the link, the browser will start downloading ...
1
vote
1
answer
132
views
Unable to obtain link to download the ADE20k-full dataset
I was trying to register here (https://groups.csail.mit.edu/vision/datasets/ADE20K/) to get the link to download the ADE20k-full dataset but I keep getting the following error: "Fatal error ...
0
votes
0
answers
38
views
get filenames from download folder with API34
I have a small test application to retrieve the file names of the download folder on the device.
To test, I used a file manager to copy a file called "test.xls" into the download folder. The ...
0
votes
0
answers
78
views
Download PDF in Laravel 9 using barryvdh/laravel-dompdf give us a pdf file corrupted
Trying to download file using barryvdh/laravel-dompdf from HTML render view
// Generate the PDF from the HTML content
$pdf = PDF::loadHTML($contract_document)->setPaper('a4', 'landscape'...
0
votes
1
answer
45
views
cant download Play Console in Google play sore, showing something went wrong, try again
I cant download play console from Google Play Store, showing something went wrong error
I try to download the app from Google PLay Store
Actually I know the solution, I am just creating a problem, to ...
0
votes
0
answers
46
views
Trigger a file download in a web page, from a local file
I am working in a webpage built with just html, css and javascript, and i want to download a word document when the user click a link.
I saw some options but all required to have the document hosted ...
1
vote
1
answer
104
views
File download from Javascript not working but OK from direct HTML link
I am trying to download a file from an ESP32 which is running the PsychicHTTP webserver. For testing, this is just a fixed .CSV file. In HTML:
<div>
<button type="button" onclick=&...
0
votes
1
answer
94
views
Fixed shortcode download button for all digital product WooCommerce [duplicate]
I'm using woocommerce and have "virtual" and "downloadable" products. I want to create a shortcode to display a "Download" button for these products. Because there are so ...
0
votes
1
answer
65
views
how to crawl a movie by python?
I am trying to download a movie titled "Shimen," which was showcased at the 60th Golden Horse Awards. I discovered a streaming link:
https://www.fofoyy.com/dianying/96937
I was unable to ...
0
votes
2
answers
109
views
Download multiple but not all sheets in Google Spreadsheets
I'm working with a Google Spreadsheet that contains three sheets:
Sheet A has all my combined data
Sheets B and C contain report formats with filtered data.
I need to download only Sheets B and C ...