<input type=file name=img accept=".jpg">
is retrieving only image name instead of full path, how to fix it?
for example: if image URL is c:\images\img.jpg
, It taking only img.jpg
, instead of full path. it works fine in older version of browsers like iexplorer.. But not working in Chrome and Firefox.