MostGenerator
MostGenerator copied to clipboard
new generator setting:advancedUploadHandler
if advancedUploadHandler is true two modVars are delivered. One for the file size and another for the file extension.
All modules with uploadHandler.php which I will develop would have this feature :-)
You could also argue that it should be part of any upload field, allowed file extensions and maximum file size.
Isn't this just a special use case for #263 ? Meaning: if #263 is implemented do we need #479 ?
This depends on how it is implemented. But at the end you ar right. If #263 is implemented, this one would be ready as well.