How to put_value of input file item in Upload form
- From: "victorzou" <victor.zou@xxxxxxxxxxx>
- Date: 4 Jan 2007 18:56:52 -0800
Hi,All:
In my VC6 APP, I need to input image file name into form of
upload webpage, but I failed to put value. I do it with following
fragment code
I have get <input type="file" ...> pointer spInputElement;
.......
CComDispatchDriver spInputElement
vVal="strpicturefile";
spInputElement.PutPropertyByName(L"value", &vVal);
the file input item get nothing .
tks in advance
victor
.
- Prev by Date: Re: Thread apartment IE7
- Next by Date: Registering BHOs with IE7
- Previous by thread: Re: Thread apartment IE7
- Next by thread: Registering BHOs with IE7
- Index(es):
Loading