Home All Groups Group Topic Archive Search About
Author
13 May 2005 11:55 PM
Scott M.
How can I give a client the ability to upload a graphic to a server and
then have the server store it on its hard drive?

Thanks.

Author
14 May 2005 12:05 AM
Steve C. Orr [MVP, MCSD]
You can let your users upload graphics (and other files) with this
technique:
http://SteveOrr.net/articles/EasyUploads.aspx

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net


Show quoteHide quote
"Scott M." <s-mar@nospam.nospam> wrote in message
news:uD5GIeBWFHA.3488@TK2MSFTNGP10.phx.gbl...
>  How can I give a client the ability to upload a graphic to a server and
> then have the server store it on its hard drive?
>
> Thanks.
>
Are all your drivers up to date? click for free checkup

Author
14 May 2005 2:41 AM
Scott M.
Thanks, but I'm not looking for a SQL server storage mechanism.  I'm just
looking to allow the user to indicate what local file they want to upload
(<INPUT TYPE="File"> will do)and then upload it to the server so that it can
be stored on the server's file system.


Show quoteHide quote
"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:%23aShyiBWFHA.1432@TK2MSFTNGP10.phx.gbl...
> You can let your users upload graphics (and other files) with this
> technique:
> http://SteveOrr.net/articles/EasyUploads.aspx
>
> --
> I hope this helps,
> Steve C. Orr, MCSD, MVP
> http://SteveOrr.net
>
>
> "Scott M." <s-mar@nospam.nospam> wrote in message
> news:uD5GIeBWFHA.3488@TK2MSFTNGP10.phx.gbl...
>>  How can I give a client the ability to upload a graphic to a server and
>> then have the server store it on its hard drive?
>>
>> Thanks.
>>
>
>
Author
14 May 2005 1:23 PM
Juan T. Llibre
VB.NET:
http://support.microsoft.com/default.aspx?scid=kb;en-us;323245

C#:
http://support.microsoft.com/kb/323246/

Complete code samples at those links.

Good for ASP.NET 1.0 and 1.1.



Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

Show quoteHide quote
"Scott M." <s-mar@nospam.nospam> wrote in message
news:u0Rd56CWFHA.2196@TK2MSFTNGP09.phx.gbl...
> Thanks, but I'm not looking for a SQL server storage mechanism.  I'm just looking to
> allow the user to indicate what local file they want to upload (<INPUT TYPE="File"> will
> do)and then upload it to the server so that it can be stored on the server's file
> system.
>
>
> "Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
> news:%23aShyiBWFHA.1432@TK2MSFTNGP10.phx.gbl...
>> You can let your users upload graphics (and other files) with this technique:
>> http://SteveOrr.net/articles/EasyUploads.aspx
>>
>> --
>> I hope this helps,
>> Steve C. Orr, MCSD, MVP
>> http://SteveOrr.net
>>
>>
>> "Scott M." <s-mar@nospam.nospam> wrote in message
>> news:uD5GIeBWFHA.3488@TK2MSFTNGP10.phx.gbl...
>>>  How can I give a client the ability to upload a graphic to a server and then have the
>>> server store it on its hard drive?
>>>
>>> Thanks.
>>>
>>
>>
>
>

Bookmark and Share