eligrey / eligrey/FileSaver.js
Saving files limited to 50KB
Open
- Dominant language
- JavaScript
- Stars
- 22k
- Forks
- 4.3k
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
i'm trying to save several text files accessing a database (using Chrome)
the problem i'm experiencing is:
Every time i run the procedures it saves maximum 10 files (5KB each) and it stops.
I've tried both file and blob.
Moreover all the files are saved at the end of the $.EACH routine.
following you can find the code:
```js
// START of $EACH
var file = new File([strInvoice_1], this.codvend +"_fat.xml", {type: "text/plain;charset=utf-8"});
saveAs(file);
// END of $EACH
```
Thanks in advance for any help
Fabio
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.