Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
41 views

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
-2 votes
2 answers
337 views

I have a script that downloads file into a folder. The scripts works properly, but the downloads of the script are going into the my project folder. What I would like to do, is have these downloads ...
sdgibbs's user avatar
  • 11
0 votes
1 answer
544 views

i need to download so many huge files from a website via IDM. I copy and paste links in the morning so i can download them with IDM at night, but the problem is the links are temporary and expire ...
javad's user avatar
  • 1
0 votes
0 answers
81 views

I am trying to get a Python script to upload files in an organization SharePoint. I am not the admin of said SharePoint, so I believe I can't add application permissions in Microsoft Graph. However, I ...
Richard R.'s user avatar
-2 votes
1 answer
53 views

I've been looking all over the internet for a Swift IDE download but could not find anything, could I get it on the apple website? I thought it would be possible to download on GitHub but I could not ...
Max Solo's user avatar
0 votes
0 answers
44 views

I'm writing a script which needs to download a file by hitting a URL. It would be easy enough to curl the URL, but I need to be logged in to the site when doing it, and I've given up on trying to ...
Verpous's user avatar
  • 776
1 vote
1 answer
2k views

I have been trying to download a instagram reel using instaloader, but it downloads the reel without audio every time. How can i download the unmuted reel or is it even possible. I found this question ...
Om Kakkad's user avatar
0 votes
0 answers
51 views

Is there a way to download a list of compounds with dual targets from CHEMBL. for example :I can download a list of compounds with estrogen receptor activity separately and a list of NMDA antagonist ...
S Sil's user avatar
  • 1
2 votes
3 answers
4k views

I downloaded a dataset hosted on HuggingFace via the HuggingFace CLI as follows: pip install huggingface_hub[hf_transfer] huggingface-cli download huuuyeah/MeetingBank_Audio --repo-type dataset --...
Franck Dernoncourt's user avatar
2 votes
1 answer
105 views

I would like to programmatically get a listing of all Oracle JDK releases so that upon detecting a new release trigger a pipeline to upgrade JDK (in effect programmatically getting and listing Oracle ...
davidt's user avatar
  • 21
1 vote
0 answers
68 views

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
  • 66
0 votes
2 answers
244 views

I want to download all pdf files in the website of "https://journals.ametsoc.org/view/journals/mwre/131/5/mwre.131.issue-5.xml". I tried many thing with wget as: wget --wait 10 --random-wait ...
Zeinab's user avatar
  • 21
0 votes
1 answer
83 views

I am using an external API to create and download a data extract. After the extract has been created, the API response includes a url. This url is a direct download link - I click it and a new browser ...
courtneymickelsen's user avatar
0 votes
1 answer
277 views

I managed to integrate code that allows me to download a file from a Dataverse table within a plugin and I can perform automation tasks on this document private static byte[] DownloadFile(...
Satoko EntertainMent's user avatar
0 votes
0 answers
228 views

Angular 17 application. Trying to download file from database via ASP.NET Web API. Web API code: [HttpGet("{id}")] public async Task<IActionResult> DownloadFileFromDatabase(int id) { ...
Igor Rodionov's user avatar
1 vote
2 answers
41 views

I'm making a website for makecode arcade here and I'm making a string to PNG function called ConvertAndDownload but when I download the image, its all blurry for example lets say that i have the ...
Yu-Hayate's user avatar
-1 votes
1 answer
118 views

When I am trying to download the pdf and doc-x file from my app after upgrading from struts2 to struts 6.3.0.2, the file is getting corrupted. I am not able to open the pdf file when I have downloaded ...
Mahabir Gupta's user avatar
0 votes
1 answer
34 views

I've problems trying to apply res.download(filePath, originalName) with Multer, since it saves/copies a file from the /uploads folder to /downloads with fs.copyFile() when I apply my logic to it but, ...
Abel Prieto Martín's user avatar
0 votes
1 answer
749 views

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
1 answer
141 views

I have a docker desktop on windows 11. When I cURL (or wget) sharepoint from my laptop (host) for a pdf file, everything works perfectly (in 99% of cases, not 100%, as I have observed data loss only ...
H_I_STACKOV's user avatar
1 vote
0 answers
457 views

I have a link similar to this: https://1drv.ms/u/c/70d0917a4fce1e1f/EYn_RtUidqVIinvfQMU8zUsBTXuKGhQtdxWDnD1fqG7kGg. How can I obtain the direct download link version of this? I came across a solution ...
phamthai's user avatar
0 votes
1 answer
174 views

Somehow a follow up questions to: GITLAB - Permalink for download latest Release form my repository (I wanted to comment below, but this is only allowed after 50 posts or so) Is there a way to put ...
Smojo's user avatar
  • 1
1 vote
1 answer
68 views

I am trying to save an image into a folder of my project, and file is saved but wrong, making it impossible to see or open. First of all, I get the image through a form where base64 image code is ...
NewFactRevealed's user avatar
7 votes
2 answers
7k views

i used to download videos from Google Drive by accessing Developer Tools, navigating to the Network tab, right-clicking on 'videoplayback', and selecting 'Open in new tab', after which I could ...
Anri's user avatar
  • 61
0 votes
0 answers
67 views

I am trying to transfer a file from my PC to my app’s local storage, which it doesn’t seem that Android will let me do. I saw that as an alternative, I can email it and then download it. I have then ...
Mick's user avatar
  • 1

1
3 4
5
6 7
368