Hello,
In my app users have the option to upload a picture from their phone gallery to the app. This works and the image is shown in an element called "upload_image". Now I want the URL of this uploaded image to be sent with the other data. How do I retrieve the URL of the uploaded image?
I've tried "alert(Appery('image_upload').attr('src'));" but this shows a HUGE alert with the raw image source code, not the URL.
How do I do this?
Thank you!