drupal_set_message(t('File upload error. Could not move uploaded file.'));
watchdog('file',t('Upload Error. Could not move uploaded file (%file) to destination (%destination).',array('%file'=>$_FILES["edit"]["tmp_name"][$source],'%destination'=>$file->filepath)));
watchdog('file',t('Upload Error. Could not move uploaded file (%file) to destination (%destination).',array('%file'=>$_FILES["files"]["tmp_name"][$source],'%destination'=>$file->filepath)));