Re: FormFile file type validation

2006-01-16 Thread Laurie Harper
Daniel Kies wrote: Does anyone know of a validator that can be plugged into the validator framework that will check file types for FormFile? This would be so a user can't upload certain extensions like .exe and the application will catch it.. There's nothing in the standard set of validation r

RE: FormFile file type validation

2006-01-16 Thread David G. Friedman
quot;); } else { System.out.prinlnt("Format=" + desc.getShortName() + ", MIME type=" + desc.getMimeType()); } === === Warning: If LGPL licenses bother you, don't use it. Regards, David -Original Message- From: Daniel Kies [mailto:[EMAIL PROTECTED] Sent: Monday, Janu

FormFile file type validation

2006-01-16 Thread Daniel Kies
Does anyone know of a validator that can be plugged into the validator framework that will check file types for FormFile? This would be so a user can't upload certain extensions like .exe and the application will catch it. thanks.