• I am using two wordpress plugins:

    Fast Secure Contact Form
    Contact Form 7 to Database Extension

    On my contact form on my site, I have a form field for an attachment. If I upload a file less than 1M, then look over at Database page in the dashboard, I see the record and the attachment which is clickable to download.

    If I upload a file over 1M, I see the record but the file is not clickable and of course not downloadable.

    My php.ini file is set for files up to 20M. I also place a php.ini file where my wordpress site is on the server and set the following in that file:

    upload_max_filesize = 20M
    post_max_size = 20M

    Any ideas at to why the plugin ‘contact form 7 to db extension’ is not allowing larger files to be downloadable?

Viewing 1 replies (of 1 total)
  • Plugin Author Michael Simpson

    (@msimpson)

    Check your form definition (Contact -> Edit). CF7 (not this plugin) lets you set the limit on file upload size and I think the default might 1mb. You can change the limit in the shortcode for the field like this example:

    [file upload limit:10mb]

    And for FSCF, there is a limit field as well, see “How to set the attachment types and maximum size allowed” http://www.fastsecurecontactform.com/attachment-fields

Viewing 1 replies (of 1 total)
  • The topic ‘links not showing up’ is closed to new replies.