Skip to main content
0 votes
1 answer
33 views

I am building a React Native app with Expo SDK 54. I want to download a file (e.g., PDF or image) from my API and save it on my device. I am not sure how to handle the file download and save it using ...
ekod27's user avatar
  • 1
1 vote
2 answers
63 views

I have an XML file with a node containing a file that has been converted into hexbinary. The ultimate goal is to read that node, convert it back to an actual file and store the path of that file in a ...
Pierrick Dupas's user avatar
-6 votes
1 answer
87 views

So for class, I have to code something to open a file named grades.txt and just after getting it to recognize the file name, it has stopped showing me errors. I know it is not working as there are ...
Demonic Printer's user avatar
Best practices
1 vote
4 replies
114 views

I have this .bat file that I use to open .csv files, which counts the lines in them and uses Excel to open if under a million records and a separate program to open if more than a million records. The ...
Tyler Moore's user avatar
0 votes
0 answers
27 views

I read everywhere that reserved file names like CON or NUL can't be used to create files on Windows no matter if there is a file extension following or not. Even the Windows docs say: Do not use the ...
Mayor Mayer's user avatar
2 votes
1 answer
69 views

I have a github repo that is hosted on GitHub Pages (project site). I’m migrating a small PyScript demo to GitHub Pages and hitting 404s when preloading files via <py-config>. This works locally ...
My Work's user avatar
  • 2,560
1 vote
0 answers
32 views

I have a Frontend Client which lets users uploads any number of files of any size (think up to 100 GB File). Currently I am using GCS buckets presigned URL to upload the file. My current ...
Asif Alam's user avatar
1 vote
1 answer
58 views

I am programming a little software in Go called GoFileEncoder. For the file dialog boxes, I would like to use fyne.io/fyne/v2/dialog. Only, the functions dialog.ShowFileOpen() and dialog.ShowFileSave()...
eliotttak's user avatar

15 30 50 per page
1
2 3 4 5
5427