| Author |
providing downloading functionality for a file which is on disk
|
Ritesh Badwaik
Greenhorn
Joined: Feb 23, 2009
Posts: 16
|
|
Hi all
Is it possible to provide a downloading functionality for a file which is on disk(not on a web server) ? i.e. Can I provide a direct link to that file ?
If yes, How to do this ?
Thanks
Ritesh
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
Not really a Java question. Assuming you are not using a web server you need to ensure the file exists in some sort of share the client can see.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
Fred Hamilton
Ranch Hand
Joined: May 13, 2009
Posts: 679
|
|
|
Paul, the OP hasn't described the application, but is there possibly an issue here with Java applet security as well?
|
 |
 |
|
|
subject: providing downloading functionality for a file which is on disk
|
|
|