Link to home
Start Free TrialLog in
Avatar of kasiencja
kasiencjaFlag for Canada

asked on

Java File Download

Hey Experts:

I have a list of about 50 file names which a user can select and download.  These files are stored in the server’s filesystem outside of where the html documents are.  Is there anything in Java that would allow me to upload these files without having to first copy them to a directory where it can be referenced as a URL.  Hope this makes sense.

Thanks,
Kate
ASKER CERTIFIED SOLUTION
Avatar of Nguyen Huu Phuoc
Nguyen Huu Phuoc
Flag of Viet Nam image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kasiencja

ASKER

I ended up creating a servlet and piping the data through.