I have one HTML page with one input tag having type 'file' . <input type="file" name="filename" size="30" id="filename">
<script> var strFileName = document.frm.filename.value; alert(strFileName ); </script> when i am trying to retrieve the value of file control, it just giving me file name in firefox and in chrome, but in IE its giving me full file path. and i want the full path of file. So is there any way , i can retrieve the file path by using libcurl. like I just have to write following command , and it will give me full path. -- Thanks and Regards, Pallavi
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
