Form filling for File input VC++
From: kash (skash_at_rediffmail.com)
Date: 04/21/04
- Next message: Sriram: "Re: Support for DISPID_AMBIENT_DLCONTROL in a BHO"
- Previous message: Su Wei: "Re: How to catch web page script "moveto()" in CHtmlView?"
- Next in thread: Igor Tandetnik: "Re: Form filling for File input VC++"
- Reply: Igor Tandetnik: "Re: Form filling for File input VC++"
- Messages sorted by: [ date ] [ thread ]
Date: 20 Apr 2004 20:09:08 -0700
Hi,
I'm trying to fill in the forms on web pages by using values computed
in my program.
I'm able to successfully fill up text boxes by using put_value() for
an IHTMLInputElement.
However, the same doesnt succeed when field is a 'file' type instead
of a text type.(as in it stores the value as path of a file)
eg:
<input type=file name="filename" size=30>
is the html part of the page.
I tried to use put_value() with IHTMLInputFileElement, but it still
doesnt seem to work.(as in the value does not get filled in the input
box!)
Any suggesions for the same will be apprecited.
Thank you
Kash.
- Next message: Sriram: "Re: Support for DISPID_AMBIENT_DLCONTROL in a BHO"
- Previous message: Su Wei: "Re: How to catch web page script "moveto()" in CHtmlView?"
- Next in thread: Igor Tandetnik: "Re: Form filling for File input VC++"
- Reply: Igor Tandetnik: "Re: Form filling for File input VC++"
- Messages sorted by: [ date ] [ thread ]