You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by de...@struts.apache.org on 2004/12/16 18:42:08 UTC

[Apache Struts Wiki] Updated: StrutsFileDownload

   Date: 2004-12-16T09:42:08
   Editor: NiallPemberton <ni...@apache.org>
   Wiki: Apache Struts Wiki
   Page: StrutsFileDownload
   URL: http://wiki.apache.org/struts/StrutsFileDownload

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -1,25 +1,10 @@
-= Sample Webapp =
-
-After putting up this page, someone pointed out there is already a sample webapp (should pay more attention to the lists :-(). Apparently its available for download here: [http://www.omnytex.com/downloadapp.zip Sample Download Webapp]
-
-Details from this thread: [http://www.mail-archive.com/dev@struts.apache.org/msg04600.html Mail Archive]
-
-= File Download =
-
 A new DownloadAction was added in Struts 1.2.6 (see the[http://struts.apache.org/api/org/apache/struts/actions/DownloadAction.html JavaDoc]). This page is to show how to use it and has the following structure:
 
- * Implementing a DownloadAction
-    * Implement the getStreamInfo() Method 
-    * Implement the getBufferSize() Method
- * Examples
-    * FileStreamInfo Example 
-    * ResourceStreamInfo Example 
-    * Bye Array Example 
- * Using the DownloadAction in you Web Pages
- * Content Disposition
+[[TableOfContents]]
 
+<!> niallp: Since I haven't actually used this class myself, I'm hoping that Martin, Frank or anyone else involved in the discussion/creation of this would take a look here to see if its OK.
 
-(niallp: Since I haven't actually used this class myself, I'm hoping that Martin, Frank or anyone else involved in the discussion/creation of this would take a look here to see if its OK)
+(!) After putting up this page, someone pointed out there is already a sample webapp (should pay more attention to the lists :-(). Apparently its available for download here: [http://www.omnytex.com/downloadapp.zip Sample Download Webapp]. Details from this thread: [http://www.mail-archive.com/dev@struts.apache.org/msg04600.html Mail Archive]
 
 == Implementing a DownloadAction ==
 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org