servercheck is fine. i am writing some log messages into the upload action. It seems that the $good variable is allways false so it even dont try to upload the file.
Edit: how is this possible:
if ($count)
{
echo .$count;
// We're not doing stupid iframe tricks anymore, so we can just forward
$this->forward('aMedia', 'editMultiple');
} else
{
the $count returns 1 but the the forwrd is not executed.