Hi Joe,
thank you very much for your answer. I installed the module but I could not make the right rule - this does not work:
sure: "$portrait" is the fieldname - but i need to manipulate the *filename* (and i don't know how...)
thanks for your help!
Juan Pablo
thank you very much for your answer. I installed the module but I could not make the right rule - this does not work:
Code:
if ((isset ($ _POST ['portrait']) &&! empty ($ _POST ["portrait"])))
{
$ _POST["portrait"] = "{$ _POST["submission_id"]}_{$ _POST["portrait"]}";
}
sure: "$portrait" is the fieldname - but i need to manipulate the *filename* (and i don't know how...)
thanks for your help!
Juan Pablo