Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

how can java applets read data file from any device which is in same network with client computer

is it possible with signed applets or with any security policy ?

share|improve this question
You might want to be careful that you don't open up a vulnerability. Perhaps that is wishful thinking - most people don't seem to give a toss. – Tom Hawtin - tackline Nov 5 '09 at 16:26

2 Answers

up vote 0 down vote accepted

http://www.roseindia.net/java/example/java/applet/readFileApplet.shtml

here i found a sample application exactly what i want thanks for all answers so there is no need to sign applet because they can read data where they are originated from :)

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.