Pre sales question about file upload fields

  1. Anonymous
    Unregistered

    I have a few questions:

    1) How many file uploads can i have in one form? Do i have a limit?

    2) Where are those files stored, files uploaded by user?

    3) Can i set a limit to the file upload size the user can upload?

    4) How will i see the files? And to avoid problems can i limit the type of files the upload field will accept, like .gif file and a .jpg file or a video files?

    Last question... Does this plugin support forms with conditional logic?

    Posted 2 years ago on Tuesday January 19, 2010 | Permalink
  2. 1) You don't have a limit to how many upload fields you can have on one form, however you will be limited by your PHP.ini and server settings as far as PHP timeouts that may occur with file uploading.

    2) The files are stored in a folder created by Gravity Forms in your WordPress wp-content folder.

    3) Currently there is no file upload size control.

    4) You see the files as links in the entry detail, and as a link in the notification email if your notification email is configured to include it. YES you can limit the file extensions that a field allows, that is part of the file upload field settings and is configurable for each file upload field.

    5) Yes Gravity Forms supports conditional logic.

    If you have any other questions, don't hesitate to ask. Thanks!

    Posted 2 years ago on Tuesday January 19, 2010 | Permalink
  3. If I may jump in with a question or two...

    Is there a problem with uploads when you have multiple sites using Gravity Forms on a WordPress MU installation?

    If multiple files of the same name are uploaded, is this handled automatically? If so, is it handled in a way that would not cause a conflict between multiple MU sites?

    Posted 2 years ago on Wednesday January 20, 2010 | Permalink
  4. joelhaus
    Member

    Also, is there a built-in virus checker for file uploads?

    If not, how would you recommend safe guarding against this? Thanks.

    Posted 2 years ago on Tuesday February 9, 2010 | Permalink
  5. Duplicate filenames are handled by appending a suffix to the end of the file, so it handles this automatically. It doesn't matter if it standard WordPress or MU.

    There is no built in virus checker. The plugin is written in PHP and virus checking is outside the scope of a plugin or even WordPress itself. That would be server functionality. I'd say the best way to safe guard this is to limit what kind of files can be uploaded... and run virus checking software locally on your machine when accessing those files.

    Posted 2 years ago on Tuesday February 9, 2010 | Permalink
  6. Can I assume the same when the collected data is exported to CSV? i.e. The file upload field column will contain the link to the file uploaded?

    Possible to see a sample of an exported CSV with sample fields of all types?

    Thanks!

    Posted 1 year ago on Wednesday July 21, 2010 | Permalink

Leave A Reply

You must log in to post.