Adrian, Struts has the capibility to handle multipart forms in the same manner that normal ActionForms are handled. It's documented here: http://jakarta.apache.org/struts/userGuide/building_view.html#form_beans Just letting you know -----Original Message----- From: Adrian Joyce [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 24, 2001 10:35 AM To: [EMAIL PROTECTED] Subject: Including Servlet in Structs Hi I've just start using structs so this could be a stupid question I've written a program in Servlets to Upload a file and I want to incorporate this into Structs, I was told that all of the code will have to written into the Action Class but this will make the Action class very Large Can the code that takes in the file be written into the Action Class and the rest of the Servlets Imported. /Adrian

