CI $encrypt_name for file uploads
I'm trying to figure if it's possible to make use of CI's filename encryption option when uploading files using the form_builder. There is indeed a 'filename' option to set, but i supposed it takes a static value as a parameter.
Is it possible to set this value to 'encrypt_name' and allow for that CI's Upload class functionality? Would rock.
Comments