angular-base64-upload icon indicating copy to clipboard operation
angular-base64-upload copied to clipboard

Converts files from file input into base64 encoded models.

Results 34 angular-base64-upload issues
Sort by recently updated
recently updated
newest added

this plugin support ng2 or later ? @adonespitogo thanks or do you have idea for this ?

When using onloadstart or any other event it results in a handler is not a function error. It does trigger the function attached on the event. ![screen shot 2017-10-19 at...

I have configured the my upload field to accept MS Word files: `` Unfortunately that prevents upload files with upper case characters in the extension like some.DOC or another.Doc. (For...

I could not find the license.txt file, in the bottom of the page could see it is licensed under MIT but this will not sufficient. If you could add a...

The plugin should also return a data url with which we can preview the file in browser

These changes have helped me! Some code has been added to make sure that the file objects are not returned when even one validation fails. This was something I was...

Any reason why filetype blanked on these file types? Tested on chrome. Cheers

Hi! First of all, great library! But since upgrading from 0.1.19 to 0.1.22 a file with a size that exceeds the maxsize property is validated as valid when "do-not-parse-if-oversize" is...

How can i change the text in the input field? After selected a file the text is "None selected". Is this wanted behavior? If i set breakpoint in my on-change...

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.