Saving a file dynamically

Hi,

I am capturing an image through the webcam.I used Applet program with sings concept to develop this one.I pluggedin this aplet in JSP.I written a program to save an imag file that is captured using web cam also am getting Access denied exception..Its not saving if i run this program through the run mode.It s working fine if i run this program for the main method.pls let me give the logic how to save thsi file?

thnx,

login

[456 byte] By [loginforma] at [2007-11-27 0:15:57]
# 1

If I understand correctly, you are trying to save a file using an applet and are getting an "access denied" message?

Applets are restricted from accessing files other than ones on the originating server. If you want to access files on the local computer, you should sign the applet. There are many threads that explain how to do that, and there is a forum about signed applets. Do some searching of the forums.

ChuckBinga at 2007-7-11 22:03:20 > top of Java-index,Security,Cryptography...