I am creating a web app in which I am selecting an image from my drive from
<input class="file-upload-input" id="vattiuploadctrl" type='file' onchange="readURL(this);" accept="image/*" />
i just want to get full path of the particular image without saving the image,