473,395 Members | 1,458 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 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

Nov 19 '05 #1
20 1300
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

Nov 19 '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


Nov 19 '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



Nov 19 '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
>
>
>



Nov 19 '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
>
>
>



Nov 19 '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
> >
> >
> >
>
>



Nov 19 '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
> > >
> > >
> > >
> >
> >
>
>



Nov 19 '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
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Nov 19 '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
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Nov 19 '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
> > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Nov 19 '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
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Nov 19 '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
> > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Nov 19 '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
>> > > > >
>> > > > >
>> > > > >
>> > > >
>> > > >
>> > >
>> > >
>> >
>> >
>>
>>
>
>



Nov 19 '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
> > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Nov 19 '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
> > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>



Nov 19 '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
>> > > > >
>> > > > >
>> > > > >
>> > > >
>> > > >
>> > >
>> > >
>> >
>> >
>>
>>
>
>



Nov 19 '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
>> > > > >
>> > > > >
>> > > > >
>> > > >
>> > > >
>> > >
>> > >
>> >
>> >
>>
>>
>
>



Nov 19 '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
>> >> > > > >
>> >> > > > >
>> >> > > > >
>> >> > > >
>> >> > > >
>> >> > >
>> >> > >
>> >> >
>> >> >
>> >>
>> >>
>> >
>> >
>>
>>
>
>



Nov 19 '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
>> >> > > > >
>> >> > > > >
>> >> > > > >
>> >> > > >
>> >> > > >
>> >> > >
>> >> > >
>> >> >
>> >> >
>> >>
>> >>
>> >
>> >
>>
>>
>
>



Nov 19 '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
>> >> >> > > > >
>> >> >> > > > >
>> >> >> > > > >
>> >> >> > > >
>> >> >> > > >
>> >> >> > >
>> >> >> > >
>> >> >> >
>> >> >> >
>> >> >>
>> >> >>
>> >> >
>> >> >
>> >>
>> >>
>> >
>> >
>>
>>
>
>



Nov 19 '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...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.