Adones Pitogo

Results 87 comments of Adones Pitogo

Fixed in pull request #64 , will be merge in few moments

To reset the input element, just assign `null`, `{}` or `[]` in your model (e.g. `$scope.file = null;`)

What error are you getting? And which line the error is coming from?

Hi, can you elaborate the use case?

This is specific to SharePoint's REST API. I have no experience with it. Ask this question to other Sharepoint discussion group or Stackoverflow.

`console.log($scope.files);` and you will see the data structure. It's up to you how to upload that to Sharepoint API.

I think this [one](https://github.com/Jahdrien/FileReader) would work. We'll just have to implement it. If you can make a pull request for this, that will be great. Else, let's wait till I...

@robianmcd There's really no significance in using `readAsArrayBuffer()` as I can remember. If we could implement `readAsDataURL()` then we can possibly solve this issue. But I don't have much time...

Sure thanks. Please let us know when you find a solution.

What angular version are you on? Is there any error in the console?