Hi Babak, I think you can have the cake. Don't mess with CustomManipulators, just add this method into your model: def _manipulator_validate_filefield(self, field_data, all_data): # if file is not the right type # raise validators.ValidationError, 'Please enter a valid file type'
-rob