I'm getting a the following error when uploading files through the form.
"FAILED (Temporary file could not be copied.)"
I've verified that the upload directory as well as all sub directories are writable and the php max_file_upload value is set to 100M (the files in question are under 100k). Do you know what else could be causing this?
I love you.
PS - Some additional information...
I've verified that the file is being uploaded to the server ("/gravity_forms/1/2010/05/"), but when I attempt to get the URL in the gform_post_submission hook, it gives me the previous error message as the value. Below you will find the function the filter is calling: