I'm using the input type= file to upload an image. The site I'm creating is for displaying articles. There is a text box and then a browse button to search for files. What I'm trying to figure out is, after browsing to find the right file, how can I get the image path to insert itself into the article? I'm trying to avoid getting the user to manually copy the image name in between image tags in the text box. The solution could be with a popup window to submit an image or something directly on the same page.
Any ideas??
Thanks 🙂