由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - a question regarding applet
相关主题
Re: How to write to a file on server in an applet?java的一些错误认识(转贴)
赶快帮帮我!Top Ten Errors Java Programmers Make(3)
再问个java的蠢问题,别骂我Help: 有大虾在 Applet 中用过 UDP socket 麽?
愣是笨到家----整不明白applet的path理解Java Servlets [fwd]
为什么我这个html找不到applet class?Servlet开发初步 [fwd]
How do a Servlet sent a Applet?Java basic concept(1)
Re: experience of handling local files in applet?Re: can Applet use JDBC?
Re: SWING APPLET如何显示IMAGE?Re: question
相关话题的讨论汇总
话题: applet话题: user话题: save话题: regarding话题: question
进入Java版参与讨论
1 (共1页)
c****u
发帖数: 3277
1
if I want to provide the user "save to local disk" function
in my applet, how to avoid the security problem, since applet
doesn't allow local disk access by default? Is there anyway like this:
when user is trying to save the file, it pops up a warning window and
prompts the user to click yes or no to decide whether to save by
just using applet? I think the similia problem is also true for
the applets doing file transfer.
Thanks a lot.
g*****g
发帖数: 34805
2
You can only sign your applet and ask your user to accept the
security policy.

【在 c****u 的大作中提到】
: if I want to provide the user "save to local disk" function
: in my applet, how to avoid the security problem, since applet
: doesn't allow local disk access by default? Is there anyway like this:
: when user is trying to save the file, it pops up a warning window and
: prompts the user to click yes or no to decide whether to save by
: just using applet? I think the similia problem is also true for
: the applets doing file transfer.
: Thanks a lot.

1 (共1页)
进入Java版参与讨论
相关主题
Re: question为什么我这个html找不到applet class?
Re: AWT 和 SWING 在程序应用中有什么区别?How do a Servlet sent a Applet?
Re: How to showStatus in Applet?Re: experience of handling local files in applet?
Read this about JAppletRe: SWING APPLET如何显示IMAGE?
Re: How to write to a file on server in an applet?java的一些错误认识(转贴)
赶快帮帮我!Top Ten Errors Java Programmers Make(3)
再问个java的蠢问题,别骂我Help: 有大虾在 Applet 中用过 UDP socket 麽?
愣是笨到家----整不明白applet的path理解Java Servlets [fwd]
相关话题的讨论汇总
话题: applet话题: user话题: save话题: regarding话题: question