storing an xml file on to my local machine
hav written the following code to upload an xml file
<FORM NAME="myForm"
ACTION=""
ENCTYPE="multipart/form-data"
METHOD="post">
<INPUT TYPE="file" NAME="myFile" accept="text/xml">
<INPUT TYPE="submit" VALUE="Upload File">
</FORM>
NOW I WANT TO STORE THIS XML FILE ONTO MY LOLCALMACHINE
AND I DUNT HAV A CLUE BOUT IT
|