• Hi there,
    Im looking for a solution to download the files directly from the extended-export-link. I’m working with filemaker and want to put the files in a container in my solution. I am receiving the Links to the files instead, but i can not receive the files with the link, because i can not send user and password in the link to download the data from the database…

    Any sugestions?

    Thanks a lot…

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter Matthias Seebo

    (@matthiasseebo)

    Nobody got a clue how to perform the http-request to receive the files from the table?
    I really need that ??

    Plugin Author Michael Simpson

    (@msimpson)

    I think you can add &&username=xxx&password=yyy to the download link URLs to make them login.

    Thread Starter Matthias Seebo

    (@matthiasseebo)

    OK, thank you, now the browser displays that i dont have enough rights to display the picture. Do i have to register the plugin in any user roles or something like this?

    Thread Starter Matthias Seebo

    (@matthiasseebo)

    …and when i’m logged in, the normal link display the picture in the browser. Is the plugin using a special table-prefix if any at all? Have’nt looked.

    Thread Starter Matthias Seebo

    (@matthiasseebo)

    Maybe i have to edit the wordfence firewall in any way (Put a special link in the whitelist)?

    Thread Starter Matthias Seebo

    (@matthiasseebo)

    …added plugin “shortcodes, actions & filters” plugin and whitelisted it as described. But i can still not download via the suggested link ??

    Plugin Author Michael Simpson

    (@msimpson)

    You mean like this?
    https://cfdbplugin.com/?p=1478

    Thread Starter Matthias Seebo

    (@matthiasseebo)

    Yes, i did it like this, but still got no permission to get the Pictures by the link in the exported data. ??

    Thread Starter Matthias Seebo

    (@matthiasseebo)

    Hi Michael, no idea? Anywhere else i can look for permissions?

    Plugin Author Michael Simpson

    (@msimpson)

    Let’s back up, if you have a form named “FORM” and a field called “UPLOAD” where people uploaded file, then you could put a shortcode on a page like:

    [cfdb-html form="FORM" show="UPDLOAD" filelinks="link"]
    ${link} <br/>
    [/cfdb-html]

    Then you should have clickable links to uploaded files.

    In the security settings, you would set “Can See Submission data when using shortcodes” to “Anyone” so you don’t need to login to see it.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Is it possible to downoad the uploaded files directly?’ is closed to new replies.