Support » Plugin: Gravity Forms Advanced File Uploader » FILE LOCATION and DOWNLOAD LINK

  • Resolved sbrand@me.com

    (@sbrandmecom)


    Two things:

    1) How do I control the location of the files when they are uploaded? I want them to go to a specific folder on my site but they just upload to the wp-content/uploads/… folder.

    2) In the email notifications, I need to include a link to the uploaded file but when I use what I think is this field, it one renders “View form entry for file details”. Need it to me a hot link to the file.

    Thanks.

    https://wordpress.org/plugins/gravity-forms-advanced-file-uploader/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author ben.moody

    (@benmoody)

    Hi

    1. you can change the file upload location via this filter:

    add_filter( ‘prso_gform_pluploader_wp_upload_dir’, $wp_upload_dir );

    $wp_upload_dir[‘path’] is the full path to where the file will be moved to

    2. This is something on my list to add, if you are a developer you should be able to use gravity forms filters to alter this before the email is sent. That said this is something for me to look into

    Is it possible to upload to a directory on my hosting but not in the web tree? I am trying to be especially secure for certain sensitive uploads.

    I would vote up this ability. It would be great if the plugin spit out the direct links to the files uploaded rather than having to log into the admin. We have over 15 people who conditionally received form submissions and it is not feasible to give that many people access to the WordPress admin to access this section.

    vote this also

    Plugin Author ben.moody

    (@benmoody)

    Hi

    Email notifications are being added to the next major update.

    Thanks for the feedback!

    It would be very nice if it can be configured to upload the folders which is dynamically created.

    $wp_upload_dir/<sub_dir_1>/<sub_dir_2>

    In above, <sub_dir_1>, <sub_dir_1> is dynamically generated based on form fields such form_name, UserName or ID, specific form field.

    Further, it would be still better to have fexibility to rename the uploaded files
    $wp_upload_dir/<sub_dir_1>/<sub_dir_2>/<formName_userName_dateTime_###>

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘FILE LOCATION and DOWNLOAD LINK’ is closed to new replies.