adonespitogo / angular-base64-upload

Converts files from file input into base64 encoded models.
283 stars 121 forks source link

How to decode and revert file back for download #106

Open sandeep-chaurasia opened 7 years ago

sandeep-chaurasia commented 7 years ago

I already encoded file in base64 using this but now i want to download it with its encoding data. please tell me how can i do this.