Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Upload file to non web server

Status
Not open for further replies.

99Chuck99

Programmer
Dec 11, 2003
67
US
Hi all, struggling with an answer??? Can I use vbscript to load a file from users PC to a non web server without any asp or php scripts? I'm also looking into doing this with Flash 8. Seems to me that this should be possible maybe with the filesystemobject??? Any suggestions or examples on this would be greatly appreciated. Thanks in advance....
 
Sure, just use the FileSystemObject to do the copy. Use the Administrative share to access the disk. For example the path would look like:

\\servername\c$\directoryname\subdirectory

I hope you find this post helpful.

Regards,

Mark

Check out my scripting solutions at
Work SMARTER not HARDER. The Spider's Parlor's Admin Script Pack is a collection of Administrative scripts designed to make IT Administration easier! Save time, get more work done, get the Admin Script Pack.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top