PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

File Upload Location

  1. One thing we are using Gravity Forms for is Job Application/Resume upload.

    1) Where do the files upload to? (presuming the default folder)
    2) Where can I change/specify the destination (Since these are resumes, I do not want them mixed in with my post files. I want them to go into a specific directory folder)

    Thanks

    Posted 10 years ago on Wednesday June 26, 2013 | Permalink
  2. Richard Vav
    Administrator

    Files are uploaded to subfolders within a gravity_forms folder inside the main uploads directory. If I remember correctly the subfolders are organised by form > year > month

    You can change the upload destination by using the gform_upload_path filter, you can find an example on the following page of the documentation http://www.gravityhelp.com/documentation/page/Gform_upload_path

    Regards,
    Richard

    Posted 10 years ago on Thursday June 27, 2013 | Permalink
  3. OK...I'm not a total newbie...but I'm definitely not a coder either.

    Just to make sure I'm getting what the documentation is referring to...

    The "add filter" example needs to be added to the functions.php file of my current theme because the source code in forms_model.php refers to it (functions.php) for directions about where to push the files.

    Is that correct?

    Posted 10 years ago on Thursday June 27, 2013 | Permalink
  4. Richard Vav
    Administrator

    Essentially yes that is correct, when you are copying that code sample into your theme's functions file you don't need to copy the opening <?php and closing ?> tags as they are usually already present at the top and bottom of the file.

    Posted 10 years ago on Thursday June 27, 2013 | Permalink

This topic has been resolved and has been closed to new replies.