Hi mates!
I need to write a jsp from read files (only files name) from local disk and put those into a listbox.
After select one of those and open/overwrite/delete it.
everybody can help me???
thanks a lot
Mic
-
open/overwrite/delete a file from a jsp (2 messages)
- Posted by: michele fortarezza
- Posted on: February 17 2005 03:47 EST
Threaded Messages (2)
- open/overwrite/delete a file from a jsp by adrian osullivan on February 18 2005 07:28 EST
- open/overwrite/delete a file from a jsp by michele fortarezza on February 24 2005 03:27 EST
-
open/overwrite/delete a file from a jsp[ Go to top ]
- Posted by: adrian osullivan
- Posted on: February 18 2005 07:28 EST
- in response to michele fortarezza
By 'local', do you mean on the client or the jsp server? If you mean the former, forget it, you can't do that. If you mean on the server, you can access files on the classpath as input streams using .class.getClass().getResourceAsStream -
open/overwrite/delete a file from a jsp[ Go to top ]
- Posted by: michele fortarezza
- Posted on: February 24 2005 03:27 EST
- in response to adrian osullivan
Thanks a lot!!! i will try now!