Renaming filename of uploading document

dimoss

Well-Known Member
Hi,

It is known that we can change the filename of an uploading document using the file upload element through the Obfuscate Filename YES/NO feature.

My question is if it is possible to change the filename using the data from another field of the form. For example using the Full_Name field adding also obfuscate letters.

Thanks.
 
Found. I should check the existing features before i post :)
Just in case someone else interested is:
PHP:
$name = $formModel->getElementData('table_name___element_name');
{return $name."_".$filename;}
 
We are in need of some funding.
More details.

Thank you.

Staff online

Members online

Back
Top