java 6 - How to access local system files in jsp with hyperlink -
i developed web application using struts 1.2 , need access local files((c:\testing) in jsp link format.when user clicks on file name automatically opens(no download option).file can of type(pdf,excel,.doc...) tried
even if html ended correctly formatted link "c:\testing" remote user's browser interpret pointing their local c drive (if have one).
instead need implement file download servlet:
implementing simple file download servlet
and in jsp insert link servlet.
Comments
Post a Comment