Hello all, Is is possible to write a javaapplet program which will have "Browse" button.By clicking browse button we should be able to select a file from a local machine. (This Browse button is just like when we are sending an email when we want to attach a file we select the file by clicking the browse button.) If we can do that please suggest me how to write that code. Thank You, Chinna.
Dare To Dream<br />SCJP2<br />SCWCD<br />CCNA<br />ORACLE 8i(Exam 1Z0-001)
Grishma Dube
Ranch Hand
Joined: Jul 01, 2003
Posts: 273
posted
0
First of all u must be knowing, the applets can not access local resources. But yes, u can do it by singed or trusted applet.
Gayathri Prasad
Ranch Hand
Joined: Jun 25, 2003
Posts: 116
posted
0
The Sandbox security model of Applets never lets you access the resources on the hard disk becuas this is a potential threat. But Yes with signed applets u can.. Cheers, Gaya3