PDA

View Full Version : How to upload file with form-post using WebKit?



msimurin
29th July 2010, 21:22
So, when i was dealing with forms before what i would do is find web element that is part of the form input, set value of that form input by element.setattribute("value", "infoi want to add")

then simply when i set value of form elements i click submit button of form.


Is this possible to do with web-form input type="file" and how can i do it?

Thanks

msimurin
1st August 2010, 09:46
Need to bump, anyone?