Can you implement the upload using a <input> form element (see http://anssiko.github.io/html-media-capture/)? 🙂 Example:
<input type="file" accept="image/*">
It will work by default then.
Can you implement the upload using a <input> form element (see http://anssiko.github.io/html-media-capture/)? 🙂 Example:
<input type="file" accept="image/*">
It will work by default then.