I am making a E-commerce Website, stuck at this problem. The client wants to have a Portal for the owner with functionality of adding new Items to the Website. I want to get the image file from the user and then display it using img tag in html.
<img src="#FileUploadedByUser.path"
Please check the image for more clarity of the problem
-I asked client to user something like google drive to store the images. -So I instead of asking for file directly we can ask for the link.