Actions
Bug #4289
closedImage pre-validation is not checking for extension
Description
The image upload validation function is not checking for extension. This results in the registration completing, but then immediately throwing an error as the extension is checked during the commit function.
https://www.joomlapolis.com/forum/153-professional-member-support/223071-image-field-error#235287
Updated by krileon about 11 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Note dimension checks will still behave this way as it can't check those from the temporary upload data.
Actions