Jump to content

access to temporary directory


joecool2005

Recommended Posts

Because it is server side code. You can't just randomly scan the user's harddrive for obvious security reasons. I am not sure how to do this in a web app. It is very easy in desktop apps. You will probably have to write a desktop plugin (COM or ActiveX) and execute it from your web app.

Link to comment
Share on other sites

You won't be able to write anything to any location on the client side unless you use ActiveX controls. Everything else will be prompted by the user - you will not be able to specify a location to store something. If this were the case, viruses would be even easier to inject into someone's PC.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...