472,811 Members | 1,605 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,811 software developers and data experts.

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

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 think this probable solutions to
unlock the computer and 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?
- .NET .... is there anyway to do this in .NET (ASP.NET or VB.NET) ? i m
begginer but if it could be possible.. i learn .NET in one hour !! lol..
Any idea would be really help here..

Thank you all.

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

Jul 21 '05 #1
20 2362
System.Net.WebClient allows to upload a file to particular page. See the SDK
documentation for a sample.

Patrice
--

"CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
news:uV**************@TK2MSFTNGP15.phx.gbl...
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 think this probable solutions to
unlock the computer and 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?
- .NET .... is there anyway to do this in .NET (ASP.NET or VB.NET) ? i m
begginer but if it could be possible.. i learn .NET in one hour !! lol..
Any idea would be really help here..

Thank you all.

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

Jul 21 '05 #2
Thanx Patrice !!!

But this app works on the Client.. and i dont have access to the server
site... so.. i only can navigate their site and find out how to put the path
on the file control !!!

"Patrice" <no****@nowhere.com> wrote in message
news:uB**************@TK2MSFTNGP15.phx.gbl...
System.Net.WebClient allows to upload a file to particular page. See the SDK documentation for a sample.

Patrice
--

"CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
news:uV**************@TK2MSFTNGP15.phx.gbl...
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 think this probable solutions to
unlock the computer and 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?
- .NET .... is there anyway to do this in .NET (ASP.NET or VB.NET) ? i m begginer but if it could be possible.. i learn .NET in one hour !! lol..
Any idea would be really help here..

Thank you all.

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


Jul 21 '05 #3
I'm not sure to have the whole picture. If I understood you are using a web
app that let's you upload a file. Instead of doing this yourself you would
like to have an app doing this for you ?

You have nothing to change or do server side. You'll have a client side .NET
app that uses System.Net.WebClient to post a file to the server side page.
You could also ask them for possible alternate methods (they may have FTP
access ?)

Patrice
--

"CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
news:ec**************@TK2MSFTNGP10.phx.gbl...
Thanx Patrice !!!

But this app works on the Client.. and i dont have access to the server
site... so.. i only can navigate their site and find out how to put the path on the file control !!!

"Patrice" <no****@nowhere.com> wrote in message
news:uB**************@TK2MSFTNGP15.phx.gbl...
System.Net.WebClient allows to upload a file to particular page. See the SDK
documentation for a sample.

Patrice
--

"CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
news:uV**************@TK2MSFTNGP15.phx.gbl...
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 think this probable solutions to
unlock the computer and 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?
- .NET .... is there anyway to do this in .NET (ASP.NET or VB.NET) ? i m
begginer but if it could be possible.. i learn .NET in one hour !!

lol..

Any idea would be really help here..

Thank you all.

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



Jul 21 '05 #4
I have to do a batch process that replaces a guy and his clicks .. lol

there is no way to change or access the remote side code.. and no other way
to do that loggin the page and posting the file..

the page is like hotmail, u log in.. select New Mail.. attach a file .. and
then have to select the file... with System.Net.WebClient, can i emule all
that? .. is possible the website knows if the file comes from
System.Net.WebClient or from their form ?

sorry for my english :p i m posting in japanesse groups !!! lol

Thnx
"Patrice" <no****@nowhere.com> wrote in message
news:#4*************@TK2MSFTNGP14.phx.gbl...
I'm not sure to have the whole picture. If I understood you are using a web app that let's you upload a file. Instead of doing this yourself you would
like to have an app doing this for you ?

You have nothing to change or do server side. You'll have a client side ..NET app that uses System.Net.WebClient to post a file to the server side page.
You could also ask them for possible alternate methods (they may have FTP
access ?)

Patrice
--

"CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
news:ec**************@TK2MSFTNGP10.phx.gbl...
Thanx Patrice !!!

But this app works on the Client.. and i dont have access to the server
site... so.. i only can navigate their site and find out how to put the path
on the file control !!!

"Patrice" <no****@nowhere.com> wrote in message
news:uB**************@TK2MSFTNGP15.phx.gbl...
System.Net.WebClient allows to upload a file to particular page. See the
SDK
documentation for a sample.

Patrice
--

"CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
news:uV**************@TK2MSFTNGP15.phx.gbl...
> 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 think this probable solutions
to > unlock the computer and 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?
> - .NET .... is there anyway to do this in .NET (ASP.NET or VB.NET)

? i
m
> begginer but if it could be possible.. i learn .NET in one hour !!

lol.. >
>
> Any idea would be really help here..
>
> Thank you all.
>
> --
> CHIN@KD
> www.racingclub.com.ar
>
>
>



Jul 21 '05 #5
Another question: if i log in a site.. and put the page in an object ,
modify some controls of the form... and submit again that page to the
server.. how the server knows when i changed a file control for a text
control????

tnx.-
"Patrice" <no****@nowhere.com> wrote in message
news:#4*************@TK2MSFTNGP14.phx.gbl...
I'm not sure to have the whole picture. If I understood you are using a web app that let's you upload a file. Instead of doing this yourself you would
like to have an app doing this for you ?

You have nothing to change or do server side. You'll have a client side ..NET app that uses System.Net.WebClient to post a file to the server side page.
You could also ask them for possible alternate methods (they may have FTP
access ?)

Patrice
--

"CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
news:ec**************@TK2MSFTNGP10.phx.gbl...
Thanx Patrice !!!

But this app works on the Client.. and i dont have access to the server
site... so.. i only can navigate their site and find out how to put the path
on the file control !!!

"Patrice" <no****@nowhere.com> wrote in message
news:uB**************@TK2MSFTNGP15.phx.gbl...
System.Net.WebClient allows to upload a file to particular page. See the
SDK
documentation for a sample.

Patrice
--

"CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
news:uV**************@TK2MSFTNGP15.phx.gbl...
> 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 think this probable solutions
to > unlock the computer and 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?
> - .NET .... is there anyway to do this in .NET (ASP.NET or VB.NET)

? i
m
> begginer but if it could be possible.. i learn .NET in one hour !!

lol.. >
>
> Any idea would be really help here..
>
> Thank you all.
>
> --
> CHIN@KD
> www.racingclub.com.ar
>
>
>



Jul 21 '05 #6
System.Net.WebClient is used client side (NOT server side). It's purpose is
to upload (POST) a file to a particular page. This is done client side...

It should work. Check the documentation for this class and give it a try...

Patrice

--

"CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
news:%2****************@TK2MSFTNGP15.phx.gbl...
I have to do a batch process that replaces a guy and his clicks .. lol

there is no way to change or access the remote side code.. and no other way to do that loggin the page and posting the file..

the page is like hotmail, u log in.. select New Mail.. attach a file .. and then have to select the file... with System.Net.WebClient, can i emule all
that? .. is possible the website knows if the file comes from
System.Net.WebClient or from their form ?

sorry for my english :p i m posting in japanesse groups !!! lol

Thnx
"Patrice" <no****@nowhere.com> wrote in message
news:#4*************@TK2MSFTNGP14.phx.gbl...
I'm not sure to have the whole picture. If I understood you are using a web
app that let's you upload a file. Instead of doing this yourself you would
like to have an app doing this for you ?

You have nothing to change or do server side. You'll have a client side

.NET
app that uses System.Net.WebClient to post a file to the server side page. You could also ask them for possible alternate methods (they may have FTP access ?)

Patrice
--

"CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
news:ec**************@TK2MSFTNGP10.phx.gbl...
Thanx Patrice !!!

But this app works on the Client.. and i dont have access to the server site... so.. i only can navigate their site and find out how to put the
path
on the file control !!!

"Patrice" <no****@nowhere.com> wrote in message
news:uB**************@TK2MSFTNGP15.phx.gbl...
> System.Net.WebClient allows to upload a file to particular page. See

the SDK
> documentation for a sample.
>
> Patrice
>
>
> --
>
> "CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
> news:uV**************@TK2MSFTNGP15.phx.gbl...
> > 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 think this probable solutions to
> > unlock the computer and 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?
> > - .NET .... is there anyway to do this in .NET (ASP.NET or

VB.NET) ?
i
m
> > begginer but if it could be possible.. i learn .NET in one hour !!

lol..
> >
> >
> > Any idea would be really help here..
> >
> > Thank you all.
> >
> > --
> > CHIN@KD
> > www.racingclub.com.ar
> >
> >
> >
>
>



Jul 21 '05 #7
I M CODING IN .NET RIGHT NOW !!!!

VB.NET or ASP.NET ??.. or it s the same ??
REALLY REALLY TNX !!!
"Patrice" <no****@nowhere.com> wrote in message
news:#w**************@TK2MSFTNGP12.phx.gbl...
System.Net.WebClient is used client side (NOT server side). It's purpose is to upload (POST) a file to a particular page. This is done client side...

It should work. Check the documentation for this class and give it a try...
Patrice

--

"CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
news:%2****************@TK2MSFTNGP15.phx.gbl...
I have to do a batch process that replaces a guy and his clicks .. lol

there is no way to change or access the remote side code.. and no other way
to do that loggin the page and posting the file..

the page is like hotmail, u log in.. select New Mail.. attach a file ..

and
then have to select the file... with System.Net.WebClient, can i emule all
that? .. is possible the website knows if the file comes from
System.Net.WebClient or from their form ?

sorry for my english :p i m posting in japanesse groups !!! lol

Thnx
"Patrice" <no****@nowhere.com> wrote in message
news:#4*************@TK2MSFTNGP14.phx.gbl...
I'm not sure to have the whole picture. If I understood you are using a
web
app that let's you upload a file. Instead of doing this yourself you would like to have an app doing this for you ?

You have nothing to change or do server side. You'll have a client
side .NET
app that uses System.Net.WebClient to post a file to the server side page. You could also ask them for possible alternate methods (they may have FTP access ?)

Patrice
--

"CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
news:ec**************@TK2MSFTNGP10.phx.gbl...
> Thanx Patrice !!!
>
> But this app works on the Client.. and i dont have access to the server > site... so.. i only can navigate their site and find out how to put the path
> on the file control !!!
>
> "Patrice" <no****@nowhere.com> wrote in message
> news:uB**************@TK2MSFTNGP15.phx.gbl...
> > System.Net.WebClient allows to upload a file to particular page.
See the
> SDK
> > documentation for a sample.
> >
> > Patrice
> >
> >
> > --
> >
> > "CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
> > news:uV**************@TK2MSFTNGP15.phx.gbl...
> > > 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 think this probable solutions
to
> > > unlock the computer and 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?
> > > - .NET .... is there anyway to do this in .NET (ASP.NET or

VB.NET)
?
i
> m
> > > begginer but if it could be possible.. i learn .NET in one hour

!! lol..
> > >
> > >
> > > Any idea would be really help here..
> > >
> > > Thank you all.
> > >
> > > --
> > > CHIN@KD
> > > www.racingclub.com.ar
> > >
> > >
> > >
> >
> >
>
>



Jul 21 '05 #8
>I M CODING IN .NET RIGHT NOW !!!!

VB.NET or ASP.NET ??.. or it s the same ??
If you have to ask, you might want to study a bit more before you start
coding.

For help with ASP.Net, see the microsoft.public.dotnet.framework.aspnet
newsgroup.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.

"CHIN@KD" <ra**********@yahoo.com.ar> wrote in message
news:O3**************@TK2MSFTNGP14.phx.gbl...I M CODING IN .NET RIGHT NOW !!!!

VB.NET or ASP.NET ??.. or it s the same ??
REALLY REALLY TNX !!!
"Patrice" <no****@nowhere.com> wrote in message
news:#w**************@TK2MSFTNGP12.phx.gbl...
System.Net.WebClient is used client side (NOT server side). It's purpose

is
to upload (POST) a file to a particular page. This is done client side...

It should work. Check the documentation for this class and give it a

try...

Patrice

--

"CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
news:%2****************@TK2MSFTNGP15.phx.gbl...
> I have to do a batch process that replaces a guy and his clicks .. lol
>
> there is no way to change or access the remote side code.. and no other

way
> to do that loggin the page and posting the file..
>
> the page is like hotmail, u log in.. select New Mail.. attach a file ..

and
> then have to select the file... with System.Net.WebClient, can i emule all > that? .. is possible the website knows if the file comes from
> System.Net.WebClient or from their form ?
>
> sorry for my english :p i m posting in japanesse groups !!! lol
>
> Thnx
>
>
> "Patrice" <no****@nowhere.com> wrote in message
> news:#4*************@TK2MSFTNGP14.phx.gbl...
> > I'm not sure to have the whole picture. If I understood you are using a > web
> > app that let's you upload a file. Instead of doing this yourself you

would
> > like to have an app doing this for you ?
> >
> > You have nothing to change or do server side. You'll have a client side > .NET
> > app that uses System.Net.WebClient to post a file to the server side

page.
> > You could also ask them for possible alternate methods (they may have

FTP
> > access ?)
> >
> > Patrice
> > --
> >
> > "CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
> > news:ec**************@TK2MSFTNGP10.phx.gbl...
> > > Thanx Patrice !!!
> > >
> > > But this app works on the Client.. and i dont have access to the

server
> > > site... so.. i only can navigate their site and find out how to put

the
> > path
> > > on the file control !!!
> > >
> > > "Patrice" <no****@nowhere.com> wrote in message
> > > news:uB**************@TK2MSFTNGP15.phx.gbl...
> > > > System.Net.WebClient allows to upload a file to particular page. See > the
> > > SDK
> > > > documentation for a sample.
> > > >
> > > > Patrice
> > > >
> > > >
> > > > --
> > > >
> > > > "CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
> > > > news:uV**************@TK2MSFTNGP15.phx.gbl...
> > > > > 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 think this probable

solutions
> to
> > > > > unlock the computer and 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?
> > > > > - .NET .... is there anyway to do this in .NET (ASP.NET or

VB.NET)
> ?
> > i
> > > m
> > > > > begginer but if it could be possible.. i learn .NET in one hour !! > > lol..
> > > > >
> > > > >
> > > > > Any idea would be really help here..
> > > > >
> > > > > Thank you all.
> > > > >
> > > > > --
> > > > > CHIN@KD
> > > > > www.racingclub.com.ar
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Jul 21 '05 #9
You would need an ActiveX control or Java applet to do this.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.

"CHIN@KD" <ra**********@yahoo.com.ar> wrote in message
news:O3**************@TK2MSFTNGP14.phx.gbl...
I M CODING IN .NET RIGHT NOW !!!!

VB.NET or ASP.NET ??.. or it s the same ??
REALLY REALLY TNX !!!
"Patrice" <no****@nowhere.com> wrote in message
news:#w**************@TK2MSFTNGP12.phx.gbl...
System.Net.WebClient is used client side (NOT server side). It's purpose

is
to upload (POST) a file to a particular page. This is done client side...

It should work. Check the documentation for this class and give it a

try...

Patrice

--

"CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
news:%2****************@TK2MSFTNGP15.phx.gbl...
> I have to do a batch process that replaces a guy and his clicks .. lol
>
> there is no way to change or access the remote side code.. and no other

way
> to do that loggin the page and posting the file..
>
> the page is like hotmail, u log in.. select New Mail.. attach a file ..

and
> then have to select the file... with System.Net.WebClient, can i emule all > that? .. is possible the website knows if the file comes from
> System.Net.WebClient or from their form ?
>
> sorry for my english :p i m posting in japanesse groups !!! lol
>
> Thnx
>
>
> "Patrice" <no****@nowhere.com> wrote in message
> news:#4*************@TK2MSFTNGP14.phx.gbl...
> > I'm not sure to have the whole picture. If I understood you are using a > web
> > app that let's you upload a file. Instead of doing this yourself you

would
> > like to have an app doing this for you ?
> >
> > You have nothing to change or do server side. You'll have a client side > .NET
> > app that uses System.Net.WebClient to post a file to the server side

page.
> > You could also ask them for possible alternate methods (they may have

FTP
> > access ?)
> >
> > Patrice
> > --
> >
> > "CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
> > news:ec**************@TK2MSFTNGP10.phx.gbl...
> > > Thanx Patrice !!!
> > >
> > > But this app works on the Client.. and i dont have access to the

server
> > > site... so.. i only can navigate their site and find out how to put

the
> > path
> > > on the file control !!!
> > >
> > > "Patrice" <no****@nowhere.com> wrote in message
> > > news:uB**************@TK2MSFTNGP15.phx.gbl...
> > > > System.Net.WebClient allows to upload a file to particular page. See > the
> > > SDK
> > > > documentation for a sample.
> > > >
> > > > Patrice
> > > >
> > > >
> > > > --
> > > >
> > > > "CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
> > > > news:uV**************@TK2MSFTNGP15.phx.gbl...
> > > > > 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 think this probable

solutions
> to
> > > > > unlock the computer and 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?
> > > > > - .NET .... is there anyway to do this in .NET (ASP.NET or

VB.NET)
> ?
> > i
> > > m
> > > > > begginer but if it could be possible.. i learn .NET in one hour !! > > lol..
> > > > >
> > > > >
> > > > > Any idea would be really help here..
> > > > >
> > > > > Thank you all.
> > > > >
> > > > > --
> > > > > CHIN@KD
> > > > > www.racingclub.com.ar
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Jul 21 '05 #10
> System.Net.WebClient is used client side (NOT server side). It's purpose
is
to upload (POST) a file to a particular page. This is done client side...
I'm afraid that's just not true, Patrice. System.Net.WebClient is used
server-side in an ASP.Net application. It acts like a browser, sending HTTP
requests, and receiving HTTP responses. The HTML input type=file form
element is used for uploading files on the client. The server-side ASP.Net
Control that creates the file upload form field on the client is
System.Web.UI.HtmlControls.HtmlInputFile.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.

"Patrice" <no****@nowhere.com> wrote in message
news:%2******************@TK2MSFTNGP12.phx.gbl... System.Net.WebClient is used client side (NOT server side). It's purpose
is
to upload (POST) a file to a particular page. This is done client side...

It should work. Check the documentation for this class and give it a
try...

Patrice

--

"CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
news:%2****************@TK2MSFTNGP15.phx.gbl...
I have to do a batch process that replaces a guy and his clicks .. lol

there is no way to change or access the remote side code.. and no other

way
to do that loggin the page and posting the file..

the page is like hotmail, u log in.. select New Mail.. attach a file ..

and
then have to select the file... with System.Net.WebClient, can i emule
all
that? .. is possible the website knows if the file comes from
System.Net.WebClient or from their form ?

sorry for my english :p i m posting in japanesse groups !!! lol

Thnx
"Patrice" <no****@nowhere.com> wrote in message
news:#4*************@TK2MSFTNGP14.phx.gbl...
> I'm not sure to have the whole picture. If I understood you are using a

web
> app that let's you upload a file. Instead of doing this yourself you would > like to have an app doing this for you ?
>
> You have nothing to change or do server side. You'll have a client side

.NET
> app that uses System.Net.WebClient to post a file to the server side page. > You could also ask them for possible alternate methods (they may have FTP > access ?)
>
> Patrice
> --
>
> "CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
> news:ec**************@TK2MSFTNGP10.phx.gbl...
> > Thanx Patrice !!!
> >
> > But this app works on the Client.. and i dont have access to the server > > site... so.. i only can navigate their site and find out how to put the > path
> > on the file control !!!
> >
> > "Patrice" <no****@nowhere.com> wrote in message
> > news:uB**************@TK2MSFTNGP15.phx.gbl...
> > > System.Net.WebClient allows to upload a file to particular page.
> > > See

the
> > SDK
> > > documentation for a sample.
> > >
> > > Patrice
> > >
> > >
> > > --
> > >
> > > "CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
> > > news:uV**************@TK2MSFTNGP15.phx.gbl...
> > > > 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 think this probable solutions
to
> > > > unlock the computer and 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?
> > > > - .NET .... is there anyway to do this in .NET (ASP.NET or

VB.NET)
?
> i
> > m
> > > > begginer but if it could be possible.. i learn .NET in one hour
> > > > !!
> lol..
> > > >
> > > >
> > > > Any idea would be really help here..
> > > >
> > > > Thank you all.
> > > >
> > > > --
> > > > CHIN@KD
> > > > www.racingclub.com.ar
> > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Jul 21 '05 #11
> For help with ASP.Net, see the microsoft.public.dotnet.framework.aspnet
newsgroup.


Pardon me. Thought I was in a different newsgroup!

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.

"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:uT**************@TK2MSFTNGP09.phx.gbl...
I M CODING IN .NET RIGHT NOW !!!!

VB.NET or ASP.NET ??.. or it s the same ??


If you have to ask, you might want to study a bit more before you start
coding.

For help with ASP.Net, see the microsoft.public.dotnet.framework.aspnet
newsgroup.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
Neither a follower nor a lender be.

"CHIN@KD" <ra**********@yahoo.com.ar> wrote in message
news:O3**************@TK2MSFTNGP14.phx.gbl...
I M CODING IN .NET RIGHT NOW !!!!

VB.NET or ASP.NET ??.. or it s the same ??
REALLY REALLY TNX !!!
"Patrice" <no****@nowhere.com> wrote in message
news:#w**************@TK2MSFTNGP12.phx.gbl...
System.Net.WebClient is used client side (NOT server side). It's purpose

is
to upload (POST) a file to a particular page. This is done client
side...

It should work. Check the documentation for this class and give it a

try...

Patrice

--

"CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
news:%2****************@TK2MSFTNGP15.phx.gbl...
> I have to do a batch process that replaces a guy and his clicks .. lol
>
> there is no way to change or access the remote side code.. and no
> other
way
> to do that loggin the page and posting the file..
>
> the page is like hotmail, u log in.. select New Mail.. attach a file
> ..
and
> then have to select the file... with System.Net.WebClient, can i emule

all
> that? .. is possible the website knows if the file comes from
> System.Net.WebClient or from their form ?
>
> sorry for my english :p i m posting in japanesse groups !!! lol
>
> Thnx
>
>
> "Patrice" <no****@nowhere.com> wrote in message
> news:#4*************@TK2MSFTNGP14.phx.gbl...
> > I'm not sure to have the whole picture. If I understood you are
> > using

a
> web
> > app that let's you upload a file. Instead of doing this yourself you
would
> > like to have an app doing this for you ?
> >
> > You have nothing to change or do server side. You'll have a client

side
> .NET
> > app that uses System.Net.WebClient to post a file to the server side
page.
> > You could also ask them for possible alternate methods (they may
> > have
FTP
> > access ?)
> >
> > Patrice
> > --
> >
> > "CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
> > news:ec**************@TK2MSFTNGP10.phx.gbl...
> > > Thanx Patrice !!!
> > >
> > > But this app works on the Client.. and i dont have access to the
server
> > > site... so.. i only can navigate their site and find out how to
> > > put
the
> > path
> > > on the file control !!!
> > >
> > > "Patrice" <no****@nowhere.com> wrote in message
> > > news:uB**************@TK2MSFTNGP15.phx.gbl...
> > > > System.Net.WebClient allows to upload a file to particular page.

See
> the
> > > SDK
> > > > documentation for a sample.
> > > >
> > > > Patrice
> > > >
> > > >
> > > > --
> > > >
> > > > "CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
> > > > news:uV**************@TK2MSFTNGP15.phx.gbl...
> > > > > 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 think this probable
solutions
> to
> > > > > unlock the computer and 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?
> > > > > - .NET .... is there anyway to do this in .NET (ASP.NET or
VB.NET)
> ?
> > i
> > > m
> > > > > begginer but if it could be possible.. i learn .NET in one
> > > > > hour

!!
> > lol..
> > > > >
> > > > >
> > > > > Any idea would be really help here..
> > > > >
> > > > > Thank you all.
> > > > >
> > > > > --
> > > > > CHIN@KD
> > > > > www.racingclub.com.ar
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Jul 21 '05 #12
As long as you have .NET framework installed you can use
System.Net.WebClient either client or server side). In this case, he'll need
to use this client side. This is sometimes used server side to issue a
request to a third party web server from your own server...

HtmlInputFile creates an HTML tag in an HTML page that let the user select a
file. This selected file is then posted to a server side web page that
handles the incoming file and can then save this file.

Similarly to what a browser does, System.Net.WebClient allows to post a
file using the same mechanism used by a browser (this is defined in a RFC).
As this is the same mechanism, the server side page will be able to process
this file as if it was posted using a browser.

Hoping to be a bit more clear...

Patrice

--

"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> a écrit dans le message
de news:uV**************@TK2MSFTNGP10.phx.gbl...
System.Net.WebClient is used client side (NOT server side). It's purpose
is
to upload (POST) a file to a particular page. This is done client side...

I'm afraid that's just not true, Patrice. System.Net.WebClient is used
server-side in an ASP.Net application. It acts like a browser, sending HTTP requests, and receiving HTTP responses. The HTML input type=file form
element is used for uploading files on the client. The server-side ASP.Net
Control that creates the file upload form field on the client is
System.Web.UI.HtmlControls.HtmlInputFile.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
Neither a follower nor a lender be.

"Patrice" <no****@nowhere.com> wrote in message
news:%2******************@TK2MSFTNGP12.phx.gbl...
System.Net.WebClient is used client side (NOT server side). It's purpose
is
to upload (POST) a file to a particular page. This is done client

side...
It should work. Check the documentation for this class and give it a
try...

Patrice

--

"CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
news:%2****************@TK2MSFTNGP15.phx.gbl...
I have to do a batch process that replaces a guy and his clicks .. lol

there is no way to change or access the remote side code.. and no other

way
to do that loggin the page and posting the file..

the page is like hotmail, u log in.. select New Mail.. attach a file ..

and
then have to select the file... with System.Net.WebClient, can i emule
all
that? .. is possible the website knows if the file comes from
System.Net.WebClient or from their form ?

sorry for my english :p i m posting in japanesse groups !!! lol

Thnx
"Patrice" <no****@nowhere.com> wrote in message
news:#4*************@TK2MSFTNGP14.phx.gbl...
> I'm not sure to have the whole picture. If I understood you are using a web
> app that let's you upload a file. Instead of doing this yourself you

would
> like to have an app doing this for you ?
>
> You have nothing to change or do server side. You'll have a client side .NET
> app that uses System.Net.WebClient to post a file to the server side

page.
> You could also ask them for possible alternate methods (they may have

FTP
> access ?)
>
> Patrice
> --
>
> "CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
> news:ec**************@TK2MSFTNGP10.phx.gbl...
> > Thanx Patrice !!!
> >
> > But this app works on the Client.. and i dont have access to the

server
> > site... so.. i only can navigate their site and find out how to put

the
> path
> > on the file control !!!
> >
> > "Patrice" <no****@nowhere.com> wrote in message
> > news:uB**************@TK2MSFTNGP15.phx.gbl...
> > > System.Net.WebClient allows to upload a file to particular page.
> > > See
the
> > SDK
> > > documentation for a sample.
> > >
> > > Patrice
> > >
> > >
> > > --
> > >
> > > "CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
> > > news:uV**************@TK2MSFTNGP15.phx.gbl...
> > > > 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 think this probable

solutions
to
> > > > unlock the computer and 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?
> > > > - .NET .... is there anyway to do this in .NET (ASP.NET or

VB.NET)
?
> i
> > m
> > > > begginer but if it could be possible.. i learn .NET in one hour
> > > > !!
> lol..
> > > >
> > > >
> > > > Any idea would be really help here..
> > > >
> > > > Thank you all.
> > > >
> > > > --
> > > > CHIN@KD
> > > > www.racingclub.com.ar
> > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Jul 21 '05 #13
Ah, that makes sense! Sorry to question your logic, Patrice.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.

"Patrice" <no****@nowhere.com> wrote in message
news:u1**************@tk2msftngp13.phx.gbl...
As long as you have .NET framework installed you can use
System.Net.WebClient either client or server side). In this case, he'll
need
to use this client side. This is sometimes used server side to issue a
request to a third party web server from your own server...

HtmlInputFile creates an HTML tag in an HTML page that let the user select
a
file. This selected file is then posted to a server side web page that
handles the incoming file and can then save this file.

Similarly to what a browser does, System.Net.WebClient allows to post a
file using the same mechanism used by a browser (this is defined in a
RFC).
As this is the same mechanism, the server side page will be able to
process
this file as if it was posted using a browser.

Hoping to be a bit more clear...

Patrice

--

"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> a écrit dans le message
de news:uV**************@TK2MSFTNGP10.phx.gbl...
> System.Net.WebClient is used client side (NOT server side). It's
> purpose
> is
> to upload (POST) a file to a particular page. This is done client side...

I'm afraid that's just not true, Patrice. System.Net.WebClient is used
server-side in an ASP.Net application. It acts like a browser, sending

HTTP
requests, and receiving HTTP responses. The HTML input type=file form
element is used for uploading files on the client. The server-side
ASP.Net
Control that creates the file upload form field on the client is
System.Web.UI.HtmlControls.HtmlInputFile.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
Neither a follower nor a lender be.

"Patrice" <no****@nowhere.com> wrote in message
news:%2******************@TK2MSFTNGP12.phx.gbl...
> System.Net.WebClient is used client side (NOT server side). It's
> purpose
> is
> to upload (POST) a file to a particular page. This is done client

side... >
> It should work. Check the documentation for this class and give it a
> try...
>
> Patrice
>
> --
>
> "CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
> news:%2****************@TK2MSFTNGP15.phx.gbl...
>> I have to do a batch process that replaces a guy and his clicks .. lol
>>
>> there is no way to change or access the remote side code.. and no
>> other
> way
>> to do that loggin the page and posting the file..
>>
>> the page is like hotmail, u log in.. select New Mail.. attach a file
>> ..
> and
>> then have to select the file... with System.Net.WebClient, can i emule
>> all
>> that? .. is possible the website knows if the file comes from
>> System.Net.WebClient or from their form ?
>>
>> sorry for my english :p i m posting in japanesse groups !!! lol
>>
>> Thnx
>>
>>
>> "Patrice" <no****@nowhere.com> wrote in message
>> news:#4*************@TK2MSFTNGP14.phx.gbl...
>> > I'm not sure to have the whole picture. If I understood you are
>> > using a >> web
>> > app that let's you upload a file. Instead of doing this yourself you
> would
>> > like to have an app doing this for you ?
>> >
>> > You have nothing to change or do server side. You'll have a client side >> .NET
>> > app that uses System.Net.WebClient to post a file to the server side
> page.
>> > You could also ask them for possible alternate methods (they may
>> > have
> FTP
>> > access ?)
>> >
>> > Patrice
>> > --
>> >
>> > "CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
>> > news:ec**************@TK2MSFTNGP10.phx.gbl...
>> > > Thanx Patrice !!!
>> > >
>> > > But this app works on the Client.. and i dont have access to the
> server
>> > > site... so.. i only can navigate their site and find out how to
>> > > put
> the
>> > path
>> > > on the file control !!!
>> > >
>> > > "Patrice" <no****@nowhere.com> wrote in message
>> > > news:uB**************@TK2MSFTNGP15.phx.gbl...
>> > > > System.Net.WebClient allows to upload a file to particular page.
>> > > > See
>> the
>> > > SDK
>> > > > documentation for a sample.
>> > > >
>> > > > Patrice
>> > > >
>> > > >
>> > > > --
>> > > >
>> > > > "CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
>> > > > news:uV**************@TK2MSFTNGP15.phx.gbl...
>> > > > > 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 think this probable
> solutions
>> to
>> > > > > unlock the computer and 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?
>> > > > > - .NET .... is there anyway to do this in .NET (ASP.NET or
> VB.NET)
>> ?
>> > i
>> > > m
>> > > > > begginer but if it could be possible.. i learn .NET in one
>> > > > > hour
>> > > > > !!
>> > lol..
>> > > > >
>> > > > >
>> > > > > Any idea would be really help here..
>> > > > >
>> > > > > Thank you all.
>> > > > >
>> > > > > --
>> > > > > CHIN@KD
>> > > > > www.racingclub.com.ar
>> > > > >
>> > > > >
>> > > > >
>> > > >
>> > > >
>> > >
>> > >
>> >
>> >
>>
>>
>
>



Jul 21 '05 #14
Tnx Kevin... i can install framework on the client, but i have to post the
file to the https url , it is possible with System.Net.Webclient ?
"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:uV**************@TK2MSFTNGP10.phx.gbl...
System.Net.WebClient is used client side (NOT server side). It's purpose
is
to upload (POST) a file to a particular page. This is done client side...

I'm afraid that's just not true, Patrice. System.Net.WebClient is used
server-side in an ASP.Net application. It acts like a browser, sending HTTP requests, and receiving HTTP responses. The HTML input type=file form
element is used for uploading files on the client. The server-side ASP.Net
Control that creates the file upload form field on the client is
System.Web.UI.HtmlControls.HtmlInputFile.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
Neither a follower nor a lender be.

"Patrice" <no****@nowhere.com> wrote in message
news:%2******************@TK2MSFTNGP12.phx.gbl...
System.Net.WebClient is used client side (NOT server side). It's purpose
is
to upload (POST) a file to a particular page. This is done client

side...
It should work. Check the documentation for this class and give it a
try...

Patrice

--

"CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
news:%2****************@TK2MSFTNGP15.phx.gbl...
I have to do a batch process that replaces a guy and his clicks .. lol

there is no way to change or access the remote side code.. and no other

way
to do that loggin the page and posting the file..

the page is like hotmail, u log in.. select New Mail.. attach a file ..

and
then have to select the file... with System.Net.WebClient, can i emule
all
that? .. is possible the website knows if the file comes from
System.Net.WebClient or from their form ?

sorry for my english :p i m posting in japanesse groups !!! lol

Thnx
"Patrice" <no****@nowhere.com> wrote in message
news:#4*************@TK2MSFTNGP14.phx.gbl...
> I'm not sure to have the whole picture. If I understood you are using a web
> app that let's you upload a file. Instead of doing this yourself you

would
> like to have an app doing this for you ?
>
> You have nothing to change or do server side. You'll have a client side .NET
> app that uses System.Net.WebClient to post a file to the server side

page.
> You could also ask them for possible alternate methods (they may have

FTP
> access ?)
>
> Patrice
> --
>
> "CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
> news:ec**************@TK2MSFTNGP10.phx.gbl...
> > Thanx Patrice !!!
> >
> > But this app works on the Client.. and i dont have access to the

server
> > site... so.. i only can navigate their site and find out how to put

the
> path
> > on the file control !!!
> >
> > "Patrice" <no****@nowhere.com> wrote in message
> > news:uB**************@TK2MSFTNGP15.phx.gbl...
> > > System.Net.WebClient allows to upload a file to particular page.
> > > See
the
> > SDK
> > > documentation for a sample.
> > >
> > > Patrice
> > >
> > >
> > > --
> > >
> > > "CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
> > > news:uV**************@TK2MSFTNGP15.phx.gbl...
> > > > 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 think this probable

solutions
to
> > > > unlock the computer and 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?
> > > > - .NET .... is there anyway to do this in .NET (ASP.NET or

VB.NET)
?
> i
> > m
> > > > begginer but if it could be possible.. i learn .NET in one hour
> > > > !!
> lol..
> > > >
> > > >
> > > > Any idea would be really help here..
> > > >
> > > > Thank you all.
> > > >
> > > > --
> > > > CHIN@KD
> > > > www.racingclub.com.ar
> > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Jul 21 '05 #15
Thanks Patrice !!!! i ll look for WebClient right now !!!

tnx !
"Patrice" <no****@nowhere.com> wrote in message
news:u1**************@tk2msftngp13.phx.gbl...
As long as you have .NET framework installed you can use
System.Net.WebClient either client or server side). In this case, he'll need to use this client side. This is sometimes used server side to issue a
request to a third party web server from your own server...

HtmlInputFile creates an HTML tag in an HTML page that let the user select a file. This selected file is then posted to a server side web page that
handles the incoming file and can then save this file.

Similarly to what a browser does, System.Net.WebClient allows to post a
file using the same mechanism used by a browser (this is defined in a RFC). As this is the same mechanism, the server side page will be able to process this file as if it was posted using a browser.

Hoping to be a bit more clear...

Patrice

--

"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> a écrit dans le message
de news:uV**************@TK2MSFTNGP10.phx.gbl...
System.Net.WebClient is used client side (NOT server side). It's purpose is
to upload (POST) a file to a particular page. This is done client side...

I'm afraid that's just not true, Patrice. System.Net.WebClient is used
server-side in an ASP.Net application. It acts like a browser, sending HTTP
requests, and receiving HTTP responses. The HTML input type=file form
element is used for uploading files on the client. The server-side ASP.Net Control that creates the file upload form field on the client is
System.Web.UI.HtmlControls.HtmlInputFile.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
Neither a follower nor a lender be.

"Patrice" <no****@nowhere.com> wrote in message
news:%2******************@TK2MSFTNGP12.phx.gbl...
System.Net.WebClient is used client side (NOT server side). It's purpose is
to upload (POST) a file to a particular page. This is done client

side...
It should work. Check the documentation for this class and give it a
try...

Patrice

--

"CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
news:%2****************@TK2MSFTNGP15.phx.gbl...
> I have to do a batch process that replaces a guy and his clicks .. lol>
> there is no way to change or access the remote side code.. and no other way
> to do that loggin the page and posting the file..
>
> the page is like hotmail, u log in.. select New Mail.. attach a file ... and
> then have to select the file... with System.Net.WebClient, can i emule> all
> that? .. is possible the website knows if the file comes from
> System.Net.WebClient or from their form ?
>
> sorry for my english :p i m posting in japanesse groups !!! lol
>
> Thnx
>
>
> "Patrice" <no****@nowhere.com> wrote in message
> news:#4*************@TK2MSFTNGP14.phx.gbl...
> > I'm not sure to have the whole picture. If I understood you are using a
> web
> > app that let's you upload a file. Instead of doing this yourself
you would
> > like to have an app doing this for you ?
> >
> > You have nothing to change or do server side. You'll have a client
side> .NET
> > app that uses System.Net.WebClient to post a file to the server side page.
> > You could also ask them for possible alternate methods (they may have FTP
> > access ?)
> >
> > Patrice
> > --
> >
> > "CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
> > news:ec**************@TK2MSFTNGP10.phx.gbl...
> > > Thanx Patrice !!!
> > >
> > > But this app works on the Client.. and i dont have access to the
server
> > > site... so.. i only can navigate their site and find out how to put the
> > path
> > > on the file control !!!
> > >
> > > "Patrice" <no****@nowhere.com> wrote in message
> > > news:uB**************@TK2MSFTNGP15.phx.gbl...
> > > > System.Net.WebClient allows to upload a file to particular page.> > > > See
> the
> > > SDK
> > > > documentation for a sample.
> > > >
> > > > Patrice
> > > >
> > > >
> > > > --
> > > >
> > > > "CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de> > > > news:uV**************@TK2MSFTNGP15.phx.gbl...
> > > > > 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 think this probable
solutions
> to
> > > > > unlock the computer and 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?
> > > > > - .NET .... is there anyway to do this in .NET (ASP.NET or
VB.NET)
> ?
> > i
> > > m
> > > > > begginer but if it could be possible.. i learn .NET in one

hour> > > > > !!
> > lol..
> > > > >
> > > > >
> > > > > Any idea would be really help here..
> > > > >
> > > > > Thank you all.
> > > > >
> > > > > --
> > > > > CHIN@KD
> > > > > www.racingclub.com.ar
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Jul 21 '05 #16
Yes, if you use it in an embedded .Net Windows Form in the page.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.

"CHIN@KD" <ra**********@yahoo.com.ar> wrote in message
news:Ou**************@TK2MSFTNGP10.phx.gbl...
Tnx Kevin... i can install framework on the client, but i have to post the
file to the https url , it is possible with System.Net.Webclient ?
"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:uV**************@TK2MSFTNGP10.phx.gbl...
> System.Net.WebClient is used client side (NOT server side). It's
> purpose
> is
> to upload (POST) a file to a particular page. This is done client side...

I'm afraid that's just not true, Patrice. System.Net.WebClient is used
server-side in an ASP.Net application. It acts like a browser, sending

HTTP
requests, and receiving HTTP responses. The HTML input type=file form
element is used for uploading files on the client. The server-side
ASP.Net
Control that creates the file upload form field on the client is
System.Web.UI.HtmlControls.HtmlInputFile.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
Neither a follower nor a lender be.

"Patrice" <no****@nowhere.com> wrote in message
news:%2******************@TK2MSFTNGP12.phx.gbl...
> System.Net.WebClient is used client side (NOT server side). It's
> purpose
> is
> to upload (POST) a file to a particular page. This is done client

side... >
> It should work. Check the documentation for this class and give it a
> try...
>
> Patrice
>
> --
>
> "CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
> news:%2****************@TK2MSFTNGP15.phx.gbl...
>> I have to do a batch process that replaces a guy and his clicks .. lol
>>
>> there is no way to change or access the remote side code.. and no
>> other
> way
>> to do that loggin the page and posting the file..
>>
>> the page is like hotmail, u log in.. select New Mail.. attach a file
>> ..
> and
>> then have to select the file... with System.Net.WebClient, can i emule
>> all
>> that? .. is possible the website knows if the file comes from
>> System.Net.WebClient or from their form ?
>>
>> sorry for my english :p i m posting in japanesse groups !!! lol
>>
>> Thnx
>>
>>
>> "Patrice" <no****@nowhere.com> wrote in message
>> news:#4*************@TK2MSFTNGP14.phx.gbl...
>> > I'm not sure to have the whole picture. If I understood you are
>> > using a >> web
>> > app that let's you upload a file. Instead of doing this yourself you
> would
>> > like to have an app doing this for you ?
>> >
>> > You have nothing to change or do server side. You'll have a client side >> .NET
>> > app that uses System.Net.WebClient to post a file to the server side
> page.
>> > You could also ask them for possible alternate methods (they may
>> > have
> FTP
>> > access ?)
>> >
>> > Patrice
>> > --
>> >
>> > "CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
>> > news:ec**************@TK2MSFTNGP10.phx.gbl...
>> > > Thanx Patrice !!!
>> > >
>> > > But this app works on the Client.. and i dont have access to the
> server
>> > > site... so.. i only can navigate their site and find out how to
>> > > put
> the
>> > path
>> > > on the file control !!!
>> > >
>> > > "Patrice" <no****@nowhere.com> wrote in message
>> > > news:uB**************@TK2MSFTNGP15.phx.gbl...
>> > > > System.Net.WebClient allows to upload a file to particular page.
>> > > > See
>> the
>> > > SDK
>> > > > documentation for a sample.
>> > > >
>> > > > Patrice
>> > > >
>> > > >
>> > > > --
>> > > >
>> > > > "CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
>> > > > news:uV**************@TK2MSFTNGP15.phx.gbl...
>> > > > > 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 think this probable
> solutions
>> to
>> > > > > unlock the computer and 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?
>> > > > > - .NET .... is there anyway to do this in .NET (ASP.NET or
> VB.NET)
>> ?
>> > i
>> > > m
>> > > > > begginer but if it could be possible.. i learn .NET in one
>> > > > > hour
>> > > > > !!
>> > lol..
>> > > > >
>> > > > >
>> > > > > Any idea would be really help here..
>> > > > >
>> > > > > Thank you all.
>> > > > >
>> > > > > --
>> > > > > CHIN@KD
>> > > > > www.racingclub.com.ar
>> > > > >
>> > > > >
>> > > > >
>> > > >
>> > > >
>> > >
>> > >
>> >
>> >
>>
>>
>
>



Jul 21 '05 #17
Yes, i just try to acces a page with System.Net.Webclient , simple.. and
done...
i have to login on the site frist.. so i imagine that i have to put a
webcontrol ( in VB6 was that name ) and navigate it right?

and i have to post the user and the pass to the ACTION of the form .. right?

m i on the zone?? lol

tnx

"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:es**************@TK2MSFTNGP14.phx.gbl...
Yes, if you use it in an embedded .Net Windows Form in the page.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
Neither a follower nor a lender be.

"CHIN@KD" <ra**********@yahoo.com.ar> wrote in message
news:Ou**************@TK2MSFTNGP10.phx.gbl...
Tnx Kevin... i can install framework on the client, but i have to post the file to the https url , it is possible with System.Net.Webclient ?
"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:uV**************@TK2MSFTNGP10.phx.gbl...
> System.Net.WebClient is used client side (NOT server side). It's
> purpose
> is
> to upload (POST) a file to a particular page. This is done client

side...

I'm afraid that's just not true, Patrice. System.Net.WebClient is used
server-side in an ASP.Net application. It acts like a browser, sending

HTTP
requests, and receiving HTTP responses. The HTML input type=file form
element is used for uploading files on the client. The server-side
ASP.Net
Control that creates the file upload form field on the client is
System.Web.UI.HtmlControls.HtmlInputFile.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
Neither a follower nor a lender be.

"Patrice" <no****@nowhere.com> wrote in message
news:%2******************@TK2MSFTNGP12.phx.gbl...
> System.Net.WebClient is used client side (NOT server side). It's
> purpose
> is
> to upload (POST) a file to a particular page. This is done client

side...
>
> It should work. Check the documentation for this class and give it a
> try...
>
> Patrice
>
> --
>
> "CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
> news:%2****************@TK2MSFTNGP15.phx.gbl...
>> I have to do a batch process that replaces a guy and his clicks .. lol >>
>> there is no way to change or access the remote side code.. and no
>> other
> way
>> to do that loggin the page and posting the file..
>>
>> the page is like hotmail, u log in.. select New Mail.. attach a file
>> ..
> and
>> then have to select the file... with System.Net.WebClient, can i emule >> all
>> that? .. is possible the website knows if the file comes from
>> System.Net.WebClient or from their form ?
>>
>> sorry for my english :p i m posting in japanesse groups !!! lol
>>
>> Thnx
>>
>>
>> "Patrice" <no****@nowhere.com> wrote in message
>> news:#4*************@TK2MSFTNGP14.phx.gbl...
>> > I'm not sure to have the whole picture. If I understood you are
>> > using

a
>> web
>> > app that let's you upload a file. Instead of doing this yourself you > would
>> > like to have an app doing this for you ?
>> >
>> > You have nothing to change or do server side. You'll have a client

side
>> .NET
>> > app that uses System.Net.WebClient to post a file to the server side > page.
>> > You could also ask them for possible alternate methods (they may
>> > have
> FTP
>> > access ?)
>> >
>> > Patrice
>> > --
>> >
>> > "CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
>> > news:ec**************@TK2MSFTNGP10.phx.gbl...
>> > > Thanx Patrice !!!
>> > >
>> > > But this app works on the Client.. and i dont have access to the > server
>> > > site... so.. i only can navigate their site and find out how to
>> > > put
> the
>> > path
>> > > on the file control !!!
>> > >
>> > > "Patrice" <no****@nowhere.com> wrote in message
>> > > news:uB**************@TK2MSFTNGP15.phx.gbl...
>> > > > System.Net.WebClient allows to upload a file to particular page. >> > > > See
>> the
>> > > SDK
>> > > > documentation for a sample.
>> > > >
>> > > > Patrice
>> > > >
>> > > >
>> > > > --
>> > > >
>> > > > "CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de >> > > > news:uV**************@TK2MSFTNGP15.phx.gbl...
>> > > > > 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 think this probable
> solutions
>> to
>> > > > > unlock the computer and 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?
>> > > > > - .NET .... is there anyway to do this in .NET (ASP.NET or
> VB.NET)
>> ?
>> > i
>> > > m
>> > > > > begginer but if it could be possible.. i learn .NET in one
>> > > > > hour
>> > > > > !!
>> > lol..
>> > > > >
>> > > > >
>> > > > > Any idea would be really help here..
>> > > > >
>> > > > > Thank you all.
>> > > > >
>> > > > > --
>> > > > > CHIN@KD
>> > > > > www.racingclub.com.ar
>> > > > >
>> > > > >
>> > > > >
>> > > >
>> > > >
>> > >
>> > >
>> >
>> >
>>
>>
>
>



Jul 21 '05 #18
I'm not following you. The Windows Form that you embed in the page doesn't
need to do anything with the WebForm it resides in. It just has to display
the dialog box, create the WebClient, and send it to its destination. If a
POST request is needed, the WebClient can do a POST.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.

"CHIN@KD" <ra**********@yahoo.com.ar> wrote in message
news:eT**************@tk2msftngp13.phx.gbl...
Yes, i just try to acces a page with System.Net.Webclient , simple.. and
done...
i have to login on the site frist.. so i imagine that i have to put a
webcontrol ( in VB6 was that name ) and navigate it right?

and i have to post the user and the pass to the ACTION of the form ..
right?

m i on the zone?? lol

tnx

"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:es**************@TK2MSFTNGP14.phx.gbl...
Yes, if you use it in an embedded .Net Windows Form in the page.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
Neither a follower nor a lender be.

"CHIN@KD" <ra**********@yahoo.com.ar> wrote in message
news:Ou**************@TK2MSFTNGP10.phx.gbl...
> Tnx Kevin... i can install framework on the client, but i have to post the > file to the https url , it is possible with System.Net.Webclient ?
>
>
> "Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
> news:uV**************@TK2MSFTNGP10.phx.gbl...
>> > System.Net.WebClient is used client side (NOT server side). It's
>> > purpose
>> > is
>> > to upload (POST) a file to a particular page. This is done client
> side...
>>
>> I'm afraid that's just not true, Patrice. System.Net.WebClient is used
>> server-side in an ASP.Net application. It acts like a browser, sending
> HTTP
>> requests, and receiving HTTP responses. The HTML input type=file form
>> element is used for uploading files on the client. The server-side
>> ASP.Net
>> Control that creates the file upload form field on the client is
>> System.Web.UI.HtmlControls.HtmlInputFile.
>>
>> --
>> HTH,
>>
>> Kevin Spencer
>> Microsoft MVP
>> .Net Developer
>> Neither a follower nor a lender be.
>>
>> "Patrice" <no****@nowhere.com> wrote in message
>> news:%2******************@TK2MSFTNGP12.phx.gbl...
>> > System.Net.WebClient is used client side (NOT server side). It's
>> > purpose
>> > is
>> > to upload (POST) a file to a particular page. This is done client
> side...
>> >
>> > It should work. Check the documentation for this class and give it a
>> > try...
>> >
>> > Patrice
>> >
>> > --
>> >
>> > "CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
>> > news:%2****************@TK2MSFTNGP15.phx.gbl...
>> >> I have to do a batch process that replaces a guy and his clicks .. lol >> >>
>> >> there is no way to change or access the remote side code.. and no
>> >> other
>> > way
>> >> to do that loggin the page and posting the file..
>> >>
>> >> the page is like hotmail, u log in.. select New Mail.. attach a
>> >> file
>> >> ..
>> > and
>> >> then have to select the file... with System.Net.WebClient, can i emule >> >> all
>> >> that? .. is possible the website knows if the file comes from
>> >> System.Net.WebClient or from their form ?
>> >>
>> >> sorry for my english :p i m posting in japanesse groups !!! lol
>> >>
>> >> Thnx
>> >>
>> >>
>> >> "Patrice" <no****@nowhere.com> wrote in message
>> >> news:#4*************@TK2MSFTNGP14.phx.gbl...
>> >> > I'm not sure to have the whole picture. If I understood you are
>> >> > using
> a
>> >> web
>> >> > app that let's you upload a file. Instead of doing this yourself you >> > would
>> >> > like to have an app doing this for you ?
>> >> >
>> >> > You have nothing to change or do server side. You'll have a
>> >> > client
> side
>> >> .NET
>> >> > app that uses System.Net.WebClient to post a file to the server side >> > page.
>> >> > You could also ask them for possible alternate methods (they may
>> >> > have
>> > FTP
>> >> > access ?)
>> >> >
>> >> > Patrice
>> >> > --
>> >> >
>> >> > "CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
>> >> > news:ec**************@TK2MSFTNGP10.phx.gbl...
>> >> > > Thanx Patrice !!!
>> >> > >
>> >> > > But this app works on the Client.. and i dont have access to
>> >> > > the >> > server
>> >> > > site... so.. i only can navigate their site and find out how to
>> >> > > put
>> > the
>> >> > path
>> >> > > on the file control !!!
>> >> > >
>> >> > > "Patrice" <no****@nowhere.com> wrote in message
>> >> > > news:uB**************@TK2MSFTNGP15.phx.gbl...
>> >> > > > System.Net.WebClient allows to upload a file to particular page. >> >> > > > See
>> >> the
>> >> > > SDK
>> >> > > > documentation for a sample.
>> >> > > >
>> >> > > > Patrice
>> >> > > >
>> >> > > >
>> >> > > > --
>> >> > > >
>> >> > > > "CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de >> >> > > > news:uV**************@TK2MSFTNGP15.phx.gbl...
>> >> > > > > 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 think this probable
>> > solutions
>> >> to
>> >> > > > > unlock the computer and 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?
>> >> > > > > - .NET .... is there anyway to do this in .NET (ASP.NET or
>> > VB.NET)
>> >> ?
>> >> > i
>> >> > > m
>> >> > > > > begginer but if it could be possible.. i learn .NET in one
>> >> > > > > hour
>> >> > > > > !!
>> >> > lol..
>> >> > > > >
>> >> > > > >
>> >> > > > > Any idea would be really help here..
>> >> > > > >
>> >> > > > > Thank you all.
>> >> > > > >
>> >> > > > > --
>> >> > > > > CHIN@KD
>> >> > > > > www.racingclub.com.ar
>> >> > > > >
>> >> > > > >
>> >> > > > >
>> >> > > >
>> >> > > >
>> >> > >
>> >> > >
>> >> >
>> >> >
>> >>
>> >>
>> >
>> >
>>
>>
>
>



Jul 21 '05 #19
Sorry , i m a jerk, in know..

i m newbbie at .NET and i have to do it for yesterday... lol..

ok, so i have to create the WebClient object, get the URL , log in that page
( i think just do the post to the ACTION on the login form ), and then post
the file..

right??

thnx again !!
"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:ew*************@TK2MSFTNGP15.phx.gbl...
I'm not following you. The Windows Form that you embed in the page doesn't
need to do anything with the WebForm it resides in. It just has to display
the dialog box, create the WebClient, and send it to its destination. If a
POST request is needed, the WebClient can do a POST.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
Neither a follower nor a lender be.

"CHIN@KD" <ra**********@yahoo.com.ar> wrote in message
news:eT**************@tk2msftngp13.phx.gbl...
Yes, i just try to acces a page with System.Net.Webclient , simple.. and
done...
i have to login on the site frist.. so i imagine that i have to put a
webcontrol ( in VB6 was that name ) and navigate it right?

and i have to post the user and the pass to the ACTION of the form ..
right?

m i on the zone?? lol

tnx

"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:es**************@TK2MSFTNGP14.phx.gbl...
Yes, if you use it in an embedded .Net Windows Form in the page.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
Neither a follower nor a lender be.

"CHIN@KD" <ra**********@yahoo.com.ar> wrote in message
news:Ou**************@TK2MSFTNGP10.phx.gbl...
> Tnx Kevin... i can install framework on the client, but i have to post
the
> file to the https url , it is possible with System.Net.Webclient ?
>
>
> "Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
> news:uV**************@TK2MSFTNGP10.phx.gbl...
>> > System.Net.WebClient is used client side (NOT server side). It's
>> > purpose
>> > is
>> > to upload (POST) a file to a particular page. This is done client
> side...
>>
>> I'm afraid that's just not true, Patrice. System.Net.WebClient is
used >> server-side in an ASP.Net application. It acts like a browser, sending > HTTP
>> requests, and receiving HTTP responses. The HTML input type=file form >> element is used for uploading files on the client. The server-side
>> ASP.Net
>> Control that creates the file upload form field on the client is
>> System.Web.UI.HtmlControls.HtmlInputFile.
>>
>> --
>> HTH,
>>
>> Kevin Spencer
>> Microsoft MVP
>> .Net Developer
>> Neither a follower nor a lender be.
>>
>> "Patrice" <no****@nowhere.com> wrote in message
>> news:%2******************@TK2MSFTNGP12.phx.gbl...
>> > System.Net.WebClient is used client side (NOT server side). It's
>> > purpose
>> > is
>> > to upload (POST) a file to a particular page. This is done client
> side...
>> >
>> > It should work. Check the documentation for this class and give it a >> > try...
>> >
>> > Patrice
>> >
>> > --
>> >
>> > "CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
>> > news:%2****************@TK2MSFTNGP15.phx.gbl...
>> >> I have to do a batch process that replaces a guy and his clicks ... lol
>> >>
>> >> there is no way to change or access the remote side code.. and no
>> >> other
>> > way
>> >> to do that loggin the page and posting the file..
>> >>
>> >> the page is like hotmail, u log in.. select New Mail.. attach a
>> >> file
>> >> ..
>> > and
>> >> then have to select the file... with System.Net.WebClient, can i

emule
>> >> all
>> >> that? .. is possible the website knows if the file comes from
>> >> System.Net.WebClient or from their form ?
>> >>
>> >> sorry for my english :p i m posting in japanesse groups !!! lol
>> >>
>> >> Thnx
>> >>
>> >>
>> >> "Patrice" <no****@nowhere.com> wrote in message
>> >> news:#4*************@TK2MSFTNGP14.phx.gbl...
>> >> > I'm not sure to have the whole picture. If I understood you are
>> >> > using
> a
>> >> web
>> >> > app that let's you upload a file. Instead of doing this
yourself you
>> > would
>> >> > like to have an app doing this for you ?
>> >> >
>> >> > You have nothing to change or do server side. You'll have a
>> >> > client
> side
>> >> .NET
>> >> > app that uses System.Net.WebClient to post a file to the server

side
>> > page.
>> >> > You could also ask them for possible alternate methods (they
may >> >> > have
>> > FTP
>> >> > access ?)
>> >> >
>> >> > Patrice
>> >> > --
>> >> >
>> >> > "CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de >> >> > news:ec**************@TK2MSFTNGP10.phx.gbl...
>> >> > > Thanx Patrice !!!
>> >> > >
>> >> > > But this app works on the Client.. and i dont have access to
>> >> > > the

>> > server
>> >> > > site... so.. i only can navigate their site and find out how to >> >> > > put
>> > the
>> >> > path
>> >> > > on the file control !!!
>> >> > >
>> >> > > "Patrice" <no****@nowhere.com> wrote in message
>> >> > > news:uB**************@TK2MSFTNGP15.phx.gbl...
>> >> > > > System.Net.WebClient allows to upload a file to particular

page.
>> >> > > > See
>> >> the
>> >> > > SDK
>> >> > > > documentation for a sample.
>> >> > > >
>> >> > > > Patrice
>> >> > > >
>> >> > > >
>> >> > > > --
>> >> > > >
>> >> > > > "CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
>> >> > > > news:uV**************@TK2MSFTNGP15.phx.gbl...
>> >> > > > > 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 think this probable
>> > solutions
>> >> to
>> >> > > > > unlock the computer and 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?
>> >> > > > > - .NET .... is there anyway to do this in .NET (ASP.NET or >> > VB.NET)
>> >> ?
>> >> > i
>> >> > > m
>> >> > > > > begginer but if it could be possible.. i learn .NET in one >> >> > > > > hour
>> >> > > > > !!
>> >> > lol..
>> >> > > > >
>> >> > > > >
>> >> > > > > Any idea would be really help here..
>> >> > > > >
>> >> > > > > Thank you all.
>> >> > > > >
>> >> > > > > --
>> >> > > > > CHIN@KD
>> >> > > > > www.racingclub.com.ar
>> >> > > > >
>> >> > > > >
>> >> > > > >
>> >> > > >
>> >> > > >
>> >> > >
>> >> > >
>> >> >
>> >> >
>> >>
>> >>
>> >
>> >
>>
>>
>
>



Jul 21 '05 #20
You're not a jerk. You're just lazy! And that is certainly something that
can be remedied. I have been working on parsing Digital Elevation Models and
GeoTiffs, for rendering real-time GPS-driven 3-D terrain and situational
awareness information for small aircraft pilots for about 6 months now. I've
had to teach myself DirectX, Indigo, parsing binary image file formats, and
a good bit of geography, trigonomentry, and a smattering of calculus. Most
of this is stuff that almost nobody else is doing. You know how I solved my
problems? Research. My Home Page is Google.

I will give you one last piece of help:

http://www.microsoft.com/downloads/d...displaylang=en

That is the FREE Microsoft .Net SDK, which you can download and use to your
heart's content. That is where I spend the second-most amount of my research
time.

From time to time, I do ask somebody for help. What I get is generally a
shove in the right direction, and I take it from there. That's all anyone
should need.

I will probably get clobbered (again) for doing this, but if I didn't feel
it was truly in your best interest I wouldn't do it.

Good luck!

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.

"CHIN@KD" <ra**********@yahoo.com.ar> wrote in message
news:OU**************@TK2MSFTNGP12.phx.gbl...
Sorry , i m a jerk, in know..

i m newbbie at .NET and i have to do it for yesterday... lol..

ok, so i have to create the WebClient object, get the URL , log in that
page
( i think just do the post to the ACTION on the login form ), and then
post
the file..

right??

thnx again !!
"Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
news:ew*************@TK2MSFTNGP15.phx.gbl...
I'm not following you. The Windows Form that you embed in the page
doesn't
need to do anything with the WebForm it resides in. It just has to
display
the dialog box, create the WebClient, and send it to its destination. If
a
POST request is needed, the WebClient can do a POST.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
Neither a follower nor a lender be.

"CHIN@KD" <ra**********@yahoo.com.ar> wrote in message
news:eT**************@tk2msftngp13.phx.gbl...
> Yes, i just try to acces a page with System.Net.Webclient , simple..
> and
> done...
> i have to login on the site frist.. so i imagine that i have to put a
> webcontrol ( in VB6 was that name ) and navigate it right?
>
> and i have to post the user and the pass to the ACTION of the form ..
> right?
>
> m i on the zone?? lol
>
> tnx
>
> "Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
> news:es**************@TK2MSFTNGP14.phx.gbl...
>> Yes, if you use it in an embedded .Net Windows Form in the page.
>>
>> --
>> HTH,
>>
>> Kevin Spencer
>> Microsoft MVP
>> .Net Developer
>> Neither a follower nor a lender be.
>>
>> "CHIN@KD" <ra**********@yahoo.com.ar> wrote in message
>> news:Ou**************@TK2MSFTNGP10.phx.gbl...
>> > Tnx Kevin... i can install framework on the client, but i have to post > the
>> > file to the https url , it is possible with System.Net.Webclient ?
>> >
>> >
>> > "Kevin Spencer" <ke***@DIESPAMMERSDIEtakempis.com> wrote in message
>> > news:uV**************@TK2MSFTNGP10.phx.gbl...
>> >> > System.Net.WebClient is used client side (NOT server side). It's
>> >> > purpose
>> >> > is
>> >> > to upload (POST) a file to a particular page. This is done client
>> > side...
>> >>
>> >> I'm afraid that's just not true, Patrice. System.Net.WebClient is used >> >> server-side in an ASP.Net application. It acts like a browser, sending >> > HTTP
>> >> requests, and receiving HTTP responses. The HTML input type=file form >> >> element is used for uploading files on the client. The server-side
>> >> ASP.Net
>> >> Control that creates the file upload form field on the client is
>> >> System.Web.UI.HtmlControls.HtmlInputFile.
>> >>
>> >> --
>> >> HTH,
>> >>
>> >> Kevin Spencer
>> >> Microsoft MVP
>> >> .Net Developer
>> >> Neither a follower nor a lender be.
>> >>
>> >> "Patrice" <no****@nowhere.com> wrote in message
>> >> news:%2******************@TK2MSFTNGP12.phx.gbl...
>> >> > System.Net.WebClient is used client side (NOT server side). It's
>> >> > purpose
>> >> > is
>> >> > to upload (POST) a file to a particular page. This is done client
>> > side...
>> >> >
>> >> > It should work. Check the documentation for this class and give
>> >> > it a >> >> > try...
>> >> >
>> >> > Patrice
>> >> >
>> >> > --
>> >> >
>> >> > "CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de
>> >> > news:%2****************@TK2MSFTNGP15.phx.gbl...
>> >> >> I have to do a batch process that replaces a guy and his clicks .. > lol
>> >> >>
>> >> >> there is no way to change or access the remote side code.. and
>> >> >> no
>> >> >> other
>> >> > way
>> >> >> to do that loggin the page and posting the file..
>> >> >>
>> >> >> the page is like hotmail, u log in.. select New Mail.. attach a
>> >> >> file
>> >> >> ..
>> >> > and
>> >> >> then have to select the file... with System.Net.WebClient, can i
> emule
>> >> >> all
>> >> >> that? .. is possible the website knows if the file comes from
>> >> >> System.Net.WebClient or from their form ?
>> >> >>
>> >> >> sorry for my english :p i m posting in japanesse groups !!! lol
>> >> >>
>> >> >> Thnx
>> >> >>
>> >> >>
>> >> >> "Patrice" <no****@nowhere.com> wrote in message
>> >> >> news:#4*************@TK2MSFTNGP14.phx.gbl...
>> >> >> > I'm not sure to have the whole picture. If I understood you
>> >> >> > are
>> >> >> > using
>> > a
>> >> >> web
>> >> >> > app that let's you upload a file. Instead of doing this yourself > you
>> >> > would
>> >> >> > like to have an app doing this for you ?
>> >> >> >
>> >> >> > You have nothing to change or do server side. You'll have a
>> >> >> > client
>> > side
>> >> >> .NET
>> >> >> > app that uses System.Net.WebClient to post a file to the
>> >> >> > server
> side
>> >> > page.
>> >> >> > You could also ask them for possible alternate methods (they may >> >> >> > have
>> >> > FTP
>> >> >> > access ?)
>> >> >> >
>> >> >> > Patrice
>> >> >> > --
>> >> >> >
>> >> >> > "CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message de >> >> >> > news:ec**************@TK2MSFTNGP10.phx.gbl...
>> >> >> > > Thanx Patrice !!!
>> >> >> > >
>> >> >> > > But this app works on the Client.. and i dont have access to
>> >> >> > > the
>
>> >> > server
>> >> >> > > site... so.. i only can navigate their site and find out how to >> >> >> > > put
>> >> > the
>> >> >> > path
>> >> >> > > on the file control !!!
>> >> >> > >
>> >> >> > > "Patrice" <no****@nowhere.com> wrote in message
>> >> >> > > news:uB**************@TK2MSFTNGP15.phx.gbl...
>> >> >> > > > System.Net.WebClient allows to upload a file to particular
> page.
>> >> >> > > > See
>> >> >> the
>> >> >> > > SDK
>> >> >> > > > documentation for a sample.
>> >> >> > > >
>> >> >> > > > Patrice
>> >> >> > > >
>> >> >> > > >
>> >> >> > > > --
>> >> >> > > >
>> >> >> > > > "CHIN@KD" <ra**********@yahoo.com.ar> a écrit dans le message > de
>> >> >> > > > news:uV**************@TK2MSFTNGP15.phx.gbl...
>> >> >> > > > > 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 think this
>> >> >> > > > > probable
>> >> > solutions
>> >> >> to
>> >> >> > > > > unlock the computer and 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?
>> >> >> > > > > - .NET .... is there anyway to do this in .NET (ASP.NET or >> >> > VB.NET)
>> >> >> ?
>> >> >> > i
>> >> >> > > m
>> >> >> > > > > begginer but if it could be possible.. i learn .NET in one >> >> >> > > > > hour
>> >> >> > > > > !!
>> >> >> > lol..
>> >> >> > > > >
>> >> >> > > > >
>> >> >> > > > > Any idea would be really help here..
>> >> >> > > > >
>> >> >> > > > > Thank you all.
>> >> >> > > > >
>> >> >> > > > > --
>> >> >> > > > > CHIN@KD
>> >> >> > > > > www.racingclub.com.ar
>> >> >> > > > >
>> >> >> > > > >
>> >> >> > > > >
>> >> >> > > >
>> >> >> > > >
>> >> >> > >
>> >> >> > >
>> >> >> >
>> >> >> >
>> >> >>
>> >> >>
>> >> >
>> >> >
>> >>
>> >>
>> >
>> >
>>
>>
>
>



Jul 21 '05 #21

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

20
by: CHIN | last post by:
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...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.