Hi I'm using Appfuse 1.9.4 and struts 1.3.sthg and have been trying to do a simple form to upload any file (could be pdf/word/excel) which I turn into a hibernate BLOB save it to myssql server and then retrieve it from a DownloadAction and I can't get it to send back the file. It executes the DownloadAction fine but no file comes back from the server. I have seem duplicate posts but they don't seem to have an answer. I have excluded the action from decorator.xml and still no joy. The code to download a given file is attached here: http://www.nabble.com/file/p15408617/DownloadResourceFileAction.java DownloadResourceFileAction.java Is there some other filter that is doing sthg with the response? Or an example somewhere of how to take a FormFile from a struts formbean persist it using hibernate to mysql and retrieve it back again. Thanks David
-- View this message in context: http://www.nabble.com/Struts-DownloadAction-for-all-file-content-types-executing-but-doesn%27t-download-file-tp15408617s2369p15408617.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
