Hello
Once again i need help.
I have a webbrowser
So once webbrowser is completed then it should add the specified value in [TEX]<input type="file"> [/TEX] value in php.
Eg:
Webbrowser link is http://tinypic.com/
When webbrowser is completed then this http://screensnapr.com/e/LCgzhP.png value will be our specified value.
I tried using this on webbrowser completion.
Webbrowser1.Document.getelementbyid("the_file").SetAttribute("value", "C:/test.jpg")
But thats not working.
Plz help me in this or tell me how to do this in any other way
Thanks