I upgraded webforms to 6.x-3.16. In the results page its unable to link to an uploaded file.

The form uploads files successfully. In the results page, selecting an uploaded file gives a file not found error. I thought it was an issue with spaces in the filename, but it creates the same error regardless of whether there is a space in the filename.

I can see the file has been uploaded to the proper directory, the URL points to the correct location.

In the previous version Webform 6.x-3.11 this was not an issue.

Does this version of the module require different permission in the upload folder?

Any suggestions?

Comments

jeffdiecks’s picture

See if this thread helps? it sounds similar to your issue and perhaps it might point you in the right direction http://drupal.org/node/733334

Gordon_Holtslander’s picture

thanks for the suggestion

It appear that all the files have the appropriate permissions.

To be sure I tried to apply this patch
http://drupal.org/files/issues/webform3_file_chmod.patch
but path returned " Reversed (or previous applied patch detected)"
and won't apply the patch.

Can I assume the above patch has been applied to the version I'm using
the patch was released Mar 21 2010

the current version of Webform was released Mar 7 2012.

This doesn't appear to be the issue