Hi there,
is it possible to save uploaded files and post images into separate folders? I use the gform_upload_path filter already, but would like to save images into: ../post_images
and files into: ../files_uploads
So if I have a form asking for 3 post images and 1 file upload, the images go to ../post_images and the file goes to ../file_uploads. This could be a global setting or a setting from form to form.
Any ideas?