| Author |
Download a file .. in Struts
|
Dhana Sen
Ranch Hand
Joined: Mar 05, 2006
Posts: 33
|
|
Hi am having the link/download button to download "abc.bat" from C:/abc.bat ... but it was working in normal HTML ... IN Normal HTML.. ****************** i have attached the code Down .. put one .bat (see the href location where the file is and file name / change accourding to u'r file...) and see how it's working... first try this one (it will take only 5 min) and then if u have any Query .. shoot me .. But While comming to Struts.. am not able to download the file... with same code.. i dono Y what is the reason .. by dhana this file is HTML.. <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> </head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" > <center><h1>Create Project</h1></center> <br><br><br><br><br><br> <form name="create_project_form" method="post" action="/Test"> <cener><a href="C:\Download\abc.bat" >Download </a> </center> </form> </body>
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56185
|
|
"dhana ss", There aren't many rules that you need to worry about here on the Ranch, but one that we take very seriously regards the use of proper names. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it. In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious. Thanks! bear JavaRanch Sheriff
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Download a file .. in Struts
|
|
|