![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Hobbyist Programmer
Join Date: Feb 2006
Posts: 214
Rep Power: 0
![]() |
Applets -> loading a file
Now I know that with applets you're not able to load a file from the user's computer. However, is there a way to load a .txt file from the actual server where the java applets exists?
If that's possible can it also save to another file on the server or does it require more work? I need to be get this process done so if anyone can give me a recommendation that would be great.
__________________
Death smiles at us all. All a man can do is smile back. |
|
|
|
|
|
#2 |
|
Hobbyist Programmer
Join Date: Feb 2006
Posts: 214
Rep Power: 0
![]() |
__________________
Death smiles at us all. All a man can do is smile back. |
|
|
|
|
|
#3 | |
|
SEXY SHOELESS GOD OF WAR!
![]() Join Date: Jun 2005
Location: Wet west coast of Canada
Posts: 1,289
Rep Power: 5
![]() |
Quote:
__________________
Java? Rant? Me? Noooo.... |
|
|
|
|
|
|
#4 |
|
Hobbyist Programmer
Join Date: Apr 2006
Posts: 136
Rep Power: 0
![]() |
Yes, Applets can read and write files on a server and they can also read files from the user system but the SecurityManager disables this and only trusted applets can be allowed to read and write on the user's computer.
As lectricpharaoh has pointed out is true. But to do this I don't know. I only read a few pages about Network programming with Java. Networking is Java's true power. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|