Closed Saqib92 closed 1 year ago
How can we get File object from Camera / Photo gallery to upload it to Server using http request same as <input type="file"/>
<input type="file"/>
you can use fetch with the webPath to get a blob, or make the plugin return the base64 and submit the base64
How can we get File object from Camera / Photo gallery to upload it to Server using http request same as
<input type="file"/>