nervgh / angular-file-upload

[ALMOST NOT MAINTAINED] Angular File Upload is a module for the AngularJS framework
MIT License
3.43k stars 1.13k forks source link

File Uploader - Canvas - Web RTC #484

Open OnlyJCash opened 9 years ago

OnlyJCash commented 9 years ago

Hi all,

this is my use case: I take a photo and store it in html canvas element through WebRTC Api. How can i use uploader instance to submit canvas image content? Any idea?

Thanks in advance

Greetings Michele

nervgh commented 9 years ago
item.formData.push({data: 'base64'});
item.upload();