I have a server and i need to create a folder in the clients side and store a file for security purpose
Is it possible please let me know.
Thank you
I have a server and i need to create a folder in the clients
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The server cannot have this level of interaction with the client. So it’s not possible from PHP for sure.
It might be possible with JavaScript, and I’m not even sure there’s a reliable way to do it there, because browsers are normally not allowed to touch the file systems.