Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Sending a path to a FILE control ( it has to be possible! )

3 views
Skip to first unread message

CHIN@KD

unread,
Jan 28, 2005, 8:05:57 AM1/28/05
to
Hi all.. here s my problem ( maybe some of you saw me on other groups, but i
cant find the solution !! )


I have to upload a file to an external site, so, i made a .vbs file , that
logins to the site, and then i have to select the file to upload.. i used
sendkeys.. and i worked perfect.. BUT ... the computer must be locked for
security ( obviusly ) reazons.. so..
- I have to unlock the computer .. to run the application .. or find
another way to fill the FILE control on that site...
- I read some groups, and i found a SendMessage() function, that sends
characters to an especific application, but dont know wich language is it...
and if it runs on a locked computer.
- I can do the click on BROWSE button, but how can i select a file on the
browse window ? ( without using SENDKEYS ) .. i can do a VB6 application
that runs the URL in a webcontrol, but cannot acces to that BROWSER window
right?
- Is there any browser with the security bug that i can write in the VALUE
property of the FILE control?? or is anyway to set that security on
IExplorer?

Any idea would be really help here..

Thank you all.

--
CHIN@KD
www.racingclub.com.ar


Tom Lavedas

unread,
Jan 30, 2005, 12:04:33 PM1/30/05
to CHIN@KD
It is NOT possible because of the DOM security model. Otherwise a web
programmer could use it to download whatever they wanted from your
machine to their server.

Tom Lavedas
===========

0 new messages