|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Uploading graphics.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. You can let your users upload graphics (and other files) with this
technique: http://SteveOrr.net/articles/EasyUploads.aspx 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. > 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. >> > > 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. >>> >> >> > >
Other interesting topics
Dynamically Adding Controls
Updating a DB via SQL is giving me a headache Reading IP.... Emailing from app - Help! DropDownList Control ASP.NET 2.0 Beta 2 Membership. Help! HttpException (0x80070005): Access denied to 'c:\inetpub' viewstate error link text box to datasource Replace characters in a Dataset? |
|||||||||||||||||||||||