urls,applet
I am going to embed my painting into an applet. Because it invokes with File I/O in client side.
I don't want to use signed applet skills. Can I use URLs?
Thanks
I am going to embed my painting into an applet. Because it invokes with File I/O in client side.
I don't want to use signed applet skills. Can I use URLs?
Thanks
I extract data file to get x and y coordinates to plot polygons then embed it into html. now I need help.
> I don't want to use signed applet skills. Can I use URLs?
Not without using "signed applet skills".
http://java.sun.com/sfaq/
~
> A guy tell me I can use URLs. But URLs can access
> server side file, how about client side file?
You can use a URL to connect to the originating server without the need for signing your applet, but -- to repeat -- client-side acces to the file system requires extra permission whether you're using path names or URLs.
Please read the link I posted.
~