Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to Create, modify ,delete and show folder in asp.net with jquery?
Posted
Comments
Thanks7872 10-Sep-14 5:01am    
We are here to help,not to code for you. The above content is not a question. It's just a requirement.

1 solution

Javascript that is used in browsers, like jQuery, has no access to the filesystem. It is a security restriction, otherwise any tom dick or harry on the internet could seriously mess up your computer.

The only filesystem access allowed is Cookies.

If you want to achieve something like this, you will need something like node.js, although I have no experience with node.
 
Share this answer
 
Comments
Thanks7872 10-Sep-14 5:08am    
You have copy pasted even a suggession from here : http://stackoverflow.com/questions/21955291/how-to-create-a-new-file-in-a-folder-using-javascript...?
Er. Puneet Goel 10-Sep-14 5:13am    
This is actually the answer. You cannot access the client machine due to security reasons.

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