Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Saving a zip file to a form #860

Open
DanielFrugoni opened this issue Jan 24, 2019 · 0 comments
Open

Saving a zip file to a form #860

DanielFrugoni opened this issue Jan 24, 2019 · 0 comments

Comments

@DanielFrugoni
Copy link

Trying to save a zip file to a form field (pictures,zip)
let reader = new FileReader();
reader.readAsDataURL(this.miArchiv);
reader.onload = () => { console.log('Confi 4 x:' + reader.result); }

 Save the json with a huge data in the variable.
Since is allready zipped, just want to save the file, so I can down load it later like a picture.zip

Cant find the way...Help please !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant