I have two different drupal installations on the same server which are giving me the following error with upload path:

The selected file /.../files/tmp/tmp_m8bzbP could not be copied.

This happens on installations where uploading worked before installing Upload Path. I have been using the [author-name] token, but it does this with other tokens (or just plain text) as well.

I added a line to chmod the created directory to '777' but still no dice. Think this is a local permissions issue?

Comments

davidwhthomas’s picture

Status: Active » Closed (fixed)

it sounds like you're not defining your tmp file path correctly in admin > file system

try adding a leading slash

ie:

/tmp

and making sure it's writeable by the webserver.