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
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
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.
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
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.