0

I developed a web application using struts 1.2 , I need to access local files((C:\Testing) in jsp with a link format.When user clicks on a file name it automatically opens(no download option).File can be of any type(pdf,excel,.doc...) I tried

  • "><%=fileName%>
  • and
  • "><%=fileName%>
  • None of them worked..Any kind of help would be really appreciated. Thanks
    • I developed a web application using struts 1.2 , I need to access local files((C:\Testing\) in jsp with a link format.When user clicks on a file name it automatically opens(no download option).File can be of any type(pdf,excel,.doc...) I tried
    • <%=fileName%>
    • and
    • <%=fileName%>
    • None of them worked..Any kind of help would be really appreciated. Thanks – user2741923 Sep 03 '13 at 23:20