Can JQuery/JavaScript read/get the file content on the client side, where the file is an image or a text, and store it in a variable?
EDIT: can the file putted in the be handled on the client??
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.
For security concern, JS isn’t able to read/write any client machine files.
Try Java Applet if you are from Java realm, Silverlight from .NET.