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

Hello, Thanks for this Amazing Library! I am using this library for multiple file upload. I allow user to remove any file from list of files uploaded files. But doing...

![image](https://cloud.githubusercontent.com/assets/17001808/25959680/1f726594-367d-11e7-9d44-861cad4a3fbf.png) FileList = Empty

Image not converted into base64 in latest ionic bundle & latest angularjs.. please provide a solution and reference demo link

Hi, I'm looking for a way to rotate an image using the exif data before parsing it to base64 for upload. I.e. using an image that has exif orientation data,...

question

This is my snippet ![image](https://cloud.githubusercontent.com/assets/11202498/24328914/da965ba4-1220-11e7-9a19-7d48821c6214.png) I always got a undefined when tried to `console.log()` the `$scope.edited_prodImg`, it works well on another element that outside this ng-repeat. I want to create...

Hi, Is it possible to append file when selecting one file at a time in case of multiple file upload? `` If I select multiple files, it works fine. But...

I have an issue where in my view i have ``` ``` For one I have fileChanged defined in the controller and everytime I add a file that function comes...

angular-base64-upload.js:1 Uncaught SyntaxError: Unexpected token < Angular version 1.5.8

Hi guys, Is possible create a trigger to click from other element to open the dialog? Add one example in the Readme :+1: Regards, Nicholls

It would be nice to have an attribute for resizing an image, instead of having to write a parser yourself. Because after 2h of trying I still can't get my...

question