I know that in javaapplets you are not allowed to do a lot of the File accessing and I/O things, but I was wondering if you can do that with some sort of JavaBean or something through a JSP?
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12271
1
posted
0
Java servlets and JSP running on a web server have full access to files, etc. - they have to in order to access databases, serve files, etc. Bill