Is it possible that an image taken via the Camera component is accessible in the webviewer. The webviewer is showing a page from the assets.
Just incase this isn't possible I'd outline my final goal here so that someone can suggest a workaround
I want to take a picture, compress it and send it to a PHP server. I have used a javascript library for compression and XMLHttpRequest for the uploading part. The server is sorted out too. I just am not able to run my script on the image because I cant access it in the HTML file.
Any help is appreciated!