Open GoogleCodeExporter opened 8 years ago
There is not way how to do this. IE itself prevents setting file field value
other than by standard OpenFile dialog. API that IE exposes doesn't allow this.
We solved this by clicking on field and setting file via Win32API directly to
OpenFile dialog.
If you click on field, IE opens OpenFile dialog. Than you can find this dialog,
get it's handle, fill it with required filename and confirm it.
Original comment by xkatu...@gmail.com
on 16 Jun 2011 at 11:35
Original issue reported on code.google.com by
alti...@gmail.com
on 17 Sep 2010 at 1:17