RE: [OT] Identify file type

2006-11-03 Thread Lance Semmens
On your upload form, your property that maps to your file upload input should be of type org.apache.struts.upload.FormFile. Then save the FormFile .getFileData() and FormFile.getContentType() to the database. -Original Message- From: Vijay Venkataraman [mailto:[EMAIL PROTECTED] Sent: 03

RE: [OT] Identify file type

2006-11-03 Thread Lance Semmens
On your upload form, your property that maps to your file upload input should be of type org.apache.struts.upload.FormFile. Then save the FormFile .getFileData() and FormFile.getContentType() to the database. -Original Message- From: Vijay Venkataraman [mailto:[EMAIL PROTECTED] Sent: 03