Are you saying you want the file stored on the server to end in .jpg, but 
when the user downloads the file, you want it to revert back to .JPG? In 
that case, why do you care whether the version on the server is lower or 
upper case -- nobody sees that version?

Anthony

On Thursday, June 14, 2012 8:29:58 PM UTC-4, villas wrote:
>
> 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.
>

Reply via email to