• Resolved Rajeev Rajan

    (@rajeevrf)


    We are uploading file via Contact Form 7 plugin and Files are moved to “cfdb7_uploads” folder once they are uploaded. I can see the file getting renamed and getting this prefix “1743489213c728fd5a04-“. What is the logic behind this?
    I am including the link of the file in the email like
    site_url/wp-content/uploads/cfdb7_uploads/[uploaded_file_name_field]

    How can I get the actual filename?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Rajeev Rajan

    (@rajeevrf)

    Hi @arshid,

    Can I get a response for this?
    Thanks in Advance.

    Plugin Author Arshid

    (@arshidkv12)

    Sorry.. you need to install CFDB7 filedrop plugin.

    Use a shortcode in the email ( Mail tab). The shortcode must have the prefix __filedrop_url_ followed by the name of your file field.[__filedrop_url_{your-file-name}]Example: [__filedrop_url_your-file-name]

    Thread Starter Rajeev Rajan

    (@rajeevrf)

    Hi Arshid,
    Thanks for the quick response.
    I am okay with purchasing the plugin.
    Just wanted to confirm that I dont want the file to be attached to the email. I just want the File location(File Link) added to email as the file sizes are too big.

    Hope this is possible with the File Drop extension.

    Plugin Author Arshid

    (@arshidkv12)

    Yes, it’s possible. You can include the file URL in the email body instead of attaching the file.

    Example: [__filedrop_url_your-file-name]

    Thread Starter Rajeev Rajan

    (@rajeevrf)

    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘File Upload Rename Logic’ is closed to new replies.