由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - How to use javascript access file system
相关主题
请问JSP里这个怎么设请教现在java的工作是否多会基于web用到jsp?
JSP translation unit?各位大神帮看看[有包子]
土问题:Javascript里如何调用java code?How to access ActiveX control in JSP or EJB?
[转载] javascript怎么访问JSP里的arraylist?One question about Java Programming
问个String:replaceALL的问题求救求救 JSObject的getWindow为什么总是返回null呀~
谁给科普一下什么是javascript?请教参数传递问题
JSF有前途吗[合集] Are JSPs Dead?
找干java的,踊跃报名啊!Eclipse不能保存UTF-8文件?
相关话题的讨论汇总
话题: javascript话题: access话题: file话题: system话题: do
进入Java版参与讨论
1 (共1页)
m********d
发帖数: 11
1
Hi, all,
Does anybody know how to access file system (not necessarily on client) with
JavaScript? Thanks
g*****g
发帖数: 34805
2
I don't think you can do that.
JavaScript doesn't run on server at all btw, it's running within client's
browser and it's function is limited.

【在 m********d 的大作中提到】
: Hi, all,
: Does anybody know how to access file system (not necessarily on client) with
: JavaScript? Thanks

m********d
发帖数: 11
3
Then, do you have any suggestions? I need to do that. Thank you.

with

【在 g*****g 的大作中提到】
: I don't think you can do that.
: JavaScript doesn't run on server at all btw, it's running within client's
: browser and it's function is limited.

c*****t
发帖数: 1879
4
State what exactly your problem is. WHy would you want to use JavaScript?

【在 m********d 的大作中提到】
: Hi, all,
: Does anybody know how to access file system (not necessarily on client) with
: JavaScript? Thanks

g*****g
发帖数: 34805
5
You need to specify your problem, but I guess Java applet or JSP will
do your job.

【在 m********d 的大作中提到】
: Then, do you have any suggestions? I need to do that. Thank you.
:
: with

m********d
发帖数: 11
6
My problem is, I need to track the directories and files dynamically. And this
has to be realized on the website.

with

【在 c*****t 的大作中提到】
: State what exactly your problem is. WHy would you want to use JavaScript?
g*****g
发帖数: 34805
7
JSP or Servlet, PHP, ASP, CGI would do the job too.

this

【在 m********d 的大作中提到】
: My problem is, I need to track the directories and files dynamically. And this
: has to be realized on the website.
:
: with

1 (共1页)
进入Java版参与讨论
相关主题
Eclipse不能保存UTF-8文件?问个String:replaceALL的问题
HTTP Status 404 The requested resource (/abc/index.jsp) is not available.谁给科普一下什么是javascript?
How to scroll an JInternalFrameJSF有前途吗
Re: 一个最近完成的JAVA项目的反思。找干java的,踊跃报名啊!
请问JSP里这个怎么设请教现在java的工作是否多会基于web用到jsp?
JSP translation unit?各位大神帮看看[有包子]
土问题:Javascript里如何调用java code?How to access ActiveX control in JSP or EJB?
[转载] javascript怎么访问JSP里的arraylist?One question about Java Programming
相关话题的讨论汇总
话题: javascript话题: access话题: file话题: system话题: do