How to only upload the renamed file

See all posts See thread Reply

Re: How to only upload the renamed file new!
by colin, 16 years, 11 months ago
You can set the following setting:
$foo->file_new_name_body = 'my_filename';
which will result in a file called for instance my_filename.jpg or my_filename_1.jpg.Reply