I am trying to upload some pictures but I keep getting an error messege.
The messege is: "The selected file /var/www/drupal/files could not be copied."

What does this mean and how can I fix it?

Comments

Johnl-2’s picture

Hey guys,

I figured this one out by my self.
Turns out php defaults to limit uploads to 2M and my picture was 2.3M.

So I just went into the php.ini file and changed upload_max_filesize to 8M.