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.

Gravity Forms upload

  1. koolkatwebdesigns
    Member

    Is it possible to require a user name and password for file upload?

    thanks.

    Posted 11 years ago on Friday July 20, 2012 | Permalink
  2. David Peralty

    As in for logged in users, or were you just thinking a single user name and password before the upload field is shown? The second is very easy, but the first one is possible as well. If you want to have a form where it requires a password before the upload field shows, you can use conditional logic, where the upload field is hidden until an input field has the correct value. I highly recommend this as it is easy.

    Posted 11 years ago on Friday July 20, 2012 | Permalink
  3. koolkatwebdesigns
    Member

    Can Gravity forms produce in effect a private FTP site for multiple unique users ? And we can assign specific directories/ files to users to download ? Is there an upload size limit?

    thanks.

    Posted 11 years ago on Saturday July 21, 2012 | Permalink
  4. Can Gravity forms produce in effect a private FTP site for multiple unique users ?

    Possibly. See below

    And we can assign specific directories/ files to users to download ?

    Because uploads are stored per form, one way to do this would be to create one form per customer (just duplicate the form, and embed the form in a page which requires a specific user log in to access.) That way, all uploads for one user (form) would be stored in the same directory.

    Gravity Forms will not help you with the downloads at all. There is no protection on the directory. You'd have to consider another way to control access to the uploads directory.

    Is there an upload size limit?

    There is no limit built into Gravity Forms. The file upload size is limited by your server configuration.

    Gravity Forms is not an exact fit for creating a private FTP site. It won't help you with downloads at all. You will have to do some work to create user-specific directories for storing the uploads. It can be done but it does not feel like a perfect fit to me. It depends on how much work you are willing to do and what compromises you can live with.

    Posted 11 years ago on Saturday July 21, 2012 | Permalink