Hi,
Wordpress 3.4.4
Gravity Forms 1.6.8.1
If I run the site with safe_mode enabled (which is unfortunately required for production, yes I know all about safe_mode!) then I am unable to use image fields because doing so the form sends a blank image and the logs report:
PHP Warning: copy(FAILED (Upload folder could not be created.)) function.copy: failed to open stream: No such file or directory in wp-content/plugins/gravityforms/forms_model.php on line 2002
I've tried setting all the directories within wp-content to 777 and still get the same error. It appears that the problem is that when the script creates the directory it has the wrong owner and hence is unable to write to it.
Is it possible to not create a new folder on each upload in a similar way to how wordpress is able to not "Organize my uploads into month- and year-based folders"?
Thanks