I have used a input file code to upload image to my wallpaper site..
<input type="file" name="img" id="img" />
Is there anyway to select a image without selecting image file..like entering URL to text box?
<input name="img" type="text" id="img" value="http://www.somesite.com/image.my.jpg" size="40" />
I tried its not working…please help me! Anyway to enter image url to text box except select browse button and selecting image file? help me i tries in different ways…
You will need to add support for this on ‘somesite.com’. This is not something you can solve with HTML, it needs to be solved on the server-side.