File Uploader

  1. castle67
    Member

    I wanted to ask about the file uploader.

    We need to build a form and allow people to upload a video file - is that do-able with this?

    Do we just set up a folder where the uploads go - or how does that work?

    Thanks
    Jill

    Posted 8 months ago on Friday September 23, 2011 | Permalink
  2. Yes, you can build a form with a File Upload field and allow users to uploads a video. The file goes to a folder in your wp-content/uploads folder automatically.

    If you would like to customize where the file goes there is a hook you can use to change the location of the file upload folder.

    Posted 8 months ago on Friday September 23, 2011 | Permalink
  3. castle67
    Member

    Would there be a file size limit to this?

    Also, if they are just uploading in the form - they shouldn't display anywhere right (like a post). We don't want them to.

    Thanks
    Jill

    Posted 8 months ago on Monday September 26, 2011 | Permalink
  4. Gravity Forms doesn't have a file size limit. Any limitation is going to be related to web server settings and your PHP.ini maxupload settings.

    It's up to you if you want to display it in a post or not. Posts are only created if you configure your form to do so.

    Posted 8 months ago on Monday September 26, 2011 | Permalink

This topic is read-only and has been closed to new replies.