Looks like I can do this in 'onvalidation': request.vars.myfield.filename = request.vars.myfield.filename.lower()
But then the original filename would not be restored on download.
Looks like I can do this in 'onvalidation': request.vars.myfield.filename = request.vars.myfield.filename.lower()
But then the original filename would not be restored on download.