Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: Moving Files from Local HD to Web Server


Message #1 by "Tod J. Knapp" <todjk69@y...> on Wed, 31 Oct 2001 06:56:04
I'm working with a client who wants to upload files directly from his 

browser to take files from his local HD to his web server.



So far, I'm using the <input type="file"...> tag to allow him to select 

his file.



Now, the code that I use to upload his file to a particular web folder 

eludes me.



My gut says that I should be using something 

like "Scripting.FileSystemObject".  It is at this point my gut stops.  I'm 

unaware of how to proceed.



Suggestions?  Thanks, Tod.  :-)
Message #2 by "Ken Schaefer" <ken@a...> on Wed, 31 Oct 2001 21:28:45 +1100
http://www.google.com/search?q=How+to+upload+a+file+using+ASP&btnG=Google+Se

arch

produced 80,500 matches :-)



Cheers

Ken



PS there are a few on the first page that will do what you want.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

From: "Tod J. Knapp" <todjk69@y...>

Subject: [asp_web_howto] Moving Files from Local HD to Web Server





: I'm working with a client who wants to upload files directly from his

: browser to take files from his local HD to his web server.

:

: So far, I'm using the <input type="file"...> tag to allow him to select

: his file.

:

: Now, the code that I use to upload his file to a particular web folder

: eludes me.

:

: My gut says that I should be using something

: like "Scripting.FileSystemObject".  It is at this point my gut stops.  I'm

: unaware of how to proceed.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



Message #3 by "Daniel O'Dorisio" <daniel@o...> on Wed, 31 Oct 2001 07:48:36 -0500
Remarkable how that works:-)



daniel



-----------------------------

Daniel O'Dorisio

daniel@o...

www.odorisio-networks.com

-----------------------------



-----Original Message-----

From: Ken Schaefer [mailto:ken@a...] 

Sent: Wednesday, October 31, 2001 5:29 AM

To: ASP Web HowTo

Subject: [asp_web_howto] Re: Moving Files from Local HD to Web Server





http://www.google.com/search?q=How+to+upload+a+file+using+ASP&btnG=Googl

e+Se

arch

produced 80,500 matches :-)



Cheers

Ken



PS there are a few on the first page that will do what you want.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

From: "Tod J. Knapp" <todjk69@y...>

Subject: [asp_web_howto] Moving Files from Local HD to Web Server





: I'm working with a client who wants to upload files directly from his

: browser to take files from his local HD to his web server.

:

: So far, I'm using the <input type="file"...> tag to allow him to

select

: his file.

:

: Now, the code that I use to upload his file to a particular web folder

: eludes me.

:

: My gut says that I should be using something

: like "Scripting.FileSystemObject".  It is at this point my gut stops.

I'm

: unaware of how to proceed.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


  Return to Index