Open OnlyJCash opened 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
item.formData.push({data: 'base64'}); item.upload();
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