I changed the file location in the functions.php of my theme like this:
add_filter ("gform_upload_path", "change_upload_path", 10, 2);
change_upload_path function ($ PATH_INFO, $ form_id) {
$ PATH_INFO ["path"] = "/ wp-content/uploads /";
$ PATH_INFO ["url"] = "http://www.jogoscelular.net/wp-content/uploads/";
return $ PATH_INFO;
}
I've managed to create the folder gravity_forms but the image file and another extension. Jar not write to the folder.
Give these two errors:
Warning: copy () [function.copy]: Unable to access FAILED (Upload folder could not be created.) In / home / public_html / wp-content / plugins / gravityforms / forms_model.php on line 1701
Warning: copy (FAILED (Upload folder could not be created.)) [Function.copy]: failed to open stream: No such file or directory in / home / public_html / wp-content / plugins / gravityforms / forms_model.php online 1701
How do I?
Sorry English by Google Translator