Click here to Skip to main content
15,899,474 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
SCENARIO
My network application need to read and write long data files (xml, text, pdf, images) to a single defined folder and sub folders in the authenticated client server. i tryed WebClient and Ftp request but it's too slow! I need direct access to local client folder!
What's the fastest way to solve it?>
Posted

1 solution

Basically, you can't. There are a couple of circumstances when you can (IE and ActiveX enabled) but they do not apply in 99% of client configurations.

The Server cannot access Client hardware for good reasons: there are too many websites out there that would take advantage of people if they could access the hardware. Besides, you are not even guaranteed that the client computer has any concept of folders - it doesn't have to be a PC...
If you can do it via FTP, then continue with it - but FTP is normally pretty quick, so any slowness may be for other reasons. I'd look at those first.
 
Share this answer
 
Comments
Sebastiano Recchi 22-Nov-13 5:00am    
Hi Thank for answer!
I know problems for security! But isn't a way to authorize ONLY my web app to browse ONLY a single client IIS folder?
Thank again!
OriginalGriff 22-Nov-13 5:02am    
No, sorry!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900