Form filling for File input VC++

From: kash (skash_at_rediffmail.com)
Date: 04/21/04


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.