• Is it possible to upload more than just 1 file from the front end using the shortcode?

    Is it possible to set the folder the files are uploaded to within the bucket upon upload?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author profaceoff

    (@profaceoff)

    Hi @walterjonesjr,

    Thanks for reaching out to us.

    At the moment, our SSU plugin allows you to upload one file at a time. The function to allow multiple file uploads is already on our development plan, which will be released soon in our upcoming version.

    We’ll definitely keep you posted once it’s done.

    As for your second question, yes, you can define upload destination when configuring your S3 buckets.

    define('SSU_PROVIDER', 'aws');
    define('SSU_KEY', 'your-access-key');
    define('SSU_SECRET', 'your-access-secret');
    define('SSU_BUCKET', 'your-bucket');
    define('SSU_FOLDER', 'your-bucket-folder'); // upload files to specific folder under the bucket (optional)
    define('SSU_REGION', 'your-bucket-region');
    define('SSU_CAPABILITY', 'manage_options'); // determine who can upload files to the bucket (optional)

    Does it make sense to you, @walterjonesjr?

    You might also want to drop us an email at hello(at)preventdirectaccess.com so that our team can support you faster.

    Thread Starter walterjonesjr

    (@walterjonesjr)

    Thank you for letting me know. What would be a nice feature on the front end and the back end, is the the ability to set a new folder within the bucket upon upload of new files.

    How do I list the files on the front end of my site for download? [pda_list_files] doesn’t appear to do anything.

    Plugin Author profaceoff

    (@profaceoff)

    Thanks for your feedback, @walterjonesjr.

    Just to be sure, you want to automatically create a new folder within your defined S3 buckets for all file uploads. Am I right?

    As for [pda_list_files], the shortcode requires our PDA Gold and Access Restriction extension to work properly. It helps you display all protected files a user can access.

    To assist you better, may we know what you want to achieve with the [pda_list_files] shortcode in the first place?

    Please drop us an email at hello(at)preventdirectaccess.com so that our team can support you faster.

    Plugin Author profaceoff

    (@profaceoff)

    Hi @walterjonesjr,

    How are you today?

    We haven’t heard back from you for a while now. So we’d like to follow up and see how things are going.

    Does our answer make sense to you?

    Is there anything else that we can do to help, @walterjonesjr?

    Please reply to this support thread or drop us an email at hello(at)preventdirectaccess.com so that our team can support you faster.

    We look forward to hearing from you soon.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Upload Multiple Files from Front End’ is closed to new replies.