Click here to Skip to main content
15,903,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,


In server there is one '.Dot' file and from client machine we need to browse one zip file and need to access each '.Doc' file in that zip folder and make a relation with the '.Dot' file.

In windows app we have done it successfully with the help of opendialog box . but it will not work in MAC machine so we need to work with webapp

1,when the time of browsing a zip file we need to get the full path from the client machine
2,Need to access each '.Doc' file from the zip folder


So pls give the solution

Thanks& regards,
Soumya
Posted

Without creating an ActiveX control you will not be able to directly access the zip file on the client machine. The security sandbox browsers run in will prevent this. Think about it a moment. Would you want a website to be able to have access to read files on your local machine?

What you will need to do is upload the zip file and process it on the server as you have in the Windows app.
 
Share this answer
 
Hi mark,

Thanks for your reply


The below link which helped me

http://www.codeproject.com/Articles/25891/ASP-NET-Zip-Entry-Handler#xx2572254xx

Thanks& regards,
Soumya
 
Share this answer
 

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