Can someone tell me how to extract a fully qualified URL from a form input
<input type="file" name="datafile">
When I use this in a form and navigate to a picture like domainname.com/images/banners/banner1.jpg
The only thing I get back is banner1.jpg
Am I missing something (besides the file path).
thanks in advance
Douglas