Hi all,
i have a requirement of reading a file from client side that is .xml file.
and to get the file i am using <input type="file" name = "f1"/> and now to read the file have to get the absolute path.
but in the cgi when i get the param, i just get the filename.
so how do i read the file.