Hi all, i m opening an internet explorer app , and have to upload a file in
FILE FIELD , i can do the click on BROWSE button, but how can i navigate on
the browse window to find the file i want to upload ? ( i know the full path
of it )

Thnx !!

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

Re: Browse window by Michael

Michael
Thu Jan 27 18:18:44 CST 2005

CHIN@KD wrote:
> Hi all, i m opening an internet explorer app , and have to upload a
> file in FILE FIELD , i can do the click on BROWSE button, but how can
> i navigate on the browse window to find the file i want to upload ? (
> i know the full path of it )

You can't...

Consider the security exposure if IE hosted client script could do that.

--
Michael Harris
Microsoft MVP Scripting



Re: Browse window by CHIN

CHIN
Fri Jan 28 06:27:37 CST 2005

Yes i know, and i share that opinion.. but i have to do a script that just
upload a file on a site... and run in batch mode every days on a tasked
computer... i only could do it with sendkeys on the file field.. but i cant
leave the computer unlocked...

can u help me with an idea?

TNX !



"Michael Harris (MVP)" <mikhar at mvps dot org> wrote in message
news:eS62X7MBFHA.1292@TK2MSFTNGP10.phx.gbl...
> CHIN@KD wrote:
> > Hi all, i m opening an internet explorer app , and have to upload a
> > file in FILE FIELD , i can do the click on BROWSE button, but how can
> > i navigate on the browse window to find the file i want to upload ? (
> > i know the full path of it )
>
> You can't...
>
> Consider the security exposure if IE hosted client script could do that.
>
> --
> Michael Harris
> Microsoft MVP Scripting
>
>



Re: Browse window by Gerry

Gerry
Fri Jan 28 19:43:18 CST 2005

CHIN@KD wrote:
> Yes i know, and i share that opinion.. but i have to do a script that just
> upload a file on a site... and run in batch mode every days on a tasked
> computer... i only could do it with sendkeys on the file field.. but i cant
> leave the computer unlocked...

Usually, you would not use internet explorer at all. If you don't want
to see anything on the screen (batch job), why do you be trying to use
internet explorer in the first place?

Instead consider using FTP, HTTP POST, or HTTP PUT.

--
Gerry Hickman (London UK)

Re: Browse window by CHIN

CHIN
Mon Jan 31 06:12:28 CST 2005

Because i have to login to that page, and cant access by FTP , that s why...

thnx !


"Gerry Hickman" <gerry666uk@yahoo.co.uk> wrote in message
news:OsnahPaBFHA.2032@tk2msftngp13.phx.gbl...
> CHIN@KD wrote:
> > Yes i know, and i share that opinion.. but i have to do a script that
just
> > upload a file on a site... and run in batch mode every days on a tasked
> > computer... i only could do it with sendkeys on the file field.. but i
cant
> > leave the computer unlocked...
>
> Usually, you would not use internet explorer at all. If you don't want
> to see anything on the screen (batch job), why do you be trying to use
> internet explorer in the first place?
>
> Instead consider using FTP, HTTP POST, or HTTP PUT.
>
> --
> Gerry Hickman (London UK)



Re: Browse window by Gerry

Gerry
Tue Feb 01 13:45:38 CST 2005

Hi,

I fail to see what logging on has to do with it? You said it was going
to be unattended, so what were you going to do? Send the whole user name
and password with SendKeys? How are you going to run this without being
logged in, or are you suggesting leaving the workstation logged in all
night?

You need to find out the protocal (e.g. HTTP), and the authentication
method (e.g. NTLM or BASIC)

CHIN@KD wrote:

> Because i have to login to that page, and cant access by FTP , that s why...
>
> thnx !
>
>
> "Gerry Hickman" <gerry666uk@yahoo.co.uk> wrote in message
> news:OsnahPaBFHA.2032@tk2msftngp13.phx.gbl...
>
>>CHIN@KD wrote:
>>
>>>Yes i know, and i share that opinion.. but i have to do a script that
>
> just
>
>>>upload a file on a site... and run in batch mode every days on a tasked
>>>computer... i only could do it with sendkeys on the file field.. but i
>
> cant
>
>>>leave the computer unlocked...
>>
>>Usually, you would not use internet explorer at all. If you don't want
>>to see anything on the screen (batch job), why do you be trying to use
>>internet explorer in the first place?
>>
>>Instead consider using FTP, HTTP POST, or HTTP PUT.
>>
>>--
>>Gerry Hickman (London UK)
>
>
>


--
Gerry Hickman (London UK)