Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspdotnet_website_programming thread: FileSystem


Message #1 by "Cody Schouten" <cody.schouten@j...> on Thu, 1 Aug 2002 22:50:49
I'm trying to create a page that allows you to browse filesystem and
then click on a file that you want. When you click on a file, I want the
file to be opened in the default application for that file type (ex.
.jpg extension will be opened by my default image viewer). I want the
file that is opened to be the original file (not some copy in temp
internet files folder). And it would be great to be able to save this
back to original location of the file.

What authentication do I need to do? Anything that might point me in the
right direction would be very much appreciated.

Thanks
Message #2 by "Cody Schouten" <cody.schouten@j...> on Thu, 1 Aug 2002 22:52:54
> I'm trying to create a page that allows you to browse filesystem and
t> hen click on a file that you want. When you click on a file, I want the
f> ile to be opened in the default application for that file type (ex.
.> jpg extension will be opened by my default image viewer). I want the
f> ile that is opened to be the original file (not some copy in temp
i> nternet files folder). And it would be great to be able to save this
b> ack to original location of the file.

> What authentication do I need to do? Anything that might point me in the
r> ight direction would be very much appreciated.

> Thanks

By the way, I have code to browse the filesystem but everthing after that 
I need help with.

  Return to Index