| This Chapter | |
| - | Chapter 17: File Upload and File Download |
| - | File Upload |
| - | File Download |
| - | Summary |
This chapter discusses two important topics that do not often get enough attention in Web programming books: file upload and file download. Struts supports file upload very well by seamlessly incorporating the Jakarta Commons FileUpload library. The first section of this chapter discusses how to achieve this programming task in Struts. The second section deals with file download and demonstrates how you can send binary streams to the browser.