file upload function on forms

Permalink
I've created a form with a 'file upload' option. When it is submitted, the email that comes in reads '48' for that field. There is no file attached, however I can access the file in the 'Reports' part of the admin area.

Although it is not necessary for the file to be attached to the email if I can access it in the admin, I would like the '48' to be something else. Like 'file has been uploaded'.

How would I change this?

 
Mnkras replied on at Permalink Reply
Mnkras
well i think the 48 is the download number so if you put

index.php/download_file/-/48/

you should get it you can mondify it so that the email it sends uses the base url and Dir_Rel along with /download_file/-/ not sure what file tho