Hi,
I am trying to automate uploading files on a website,I used WWW::Mechanize,but it did not work as the site uses a lot of javascript. I can enter data in text boxes,but fail in the part where I need to click on browse button to search for the file to upload.
sample html:
td valign="middle">
<input type="file" size="15" name="NEW_DOCUMENT">
<input type="hidden" value="1309949325" name="DOC_TIMESTAMP">
I am also not able to find the browse button in html,All i get is the above code.
Please help me