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.
The image file needs to be in a relative path to the html file.
Copy the html file from the assets to the folder where the camera images are stored, open the html file from there, then you should just be able to call the image file with just the filename