Index: upload.module =================================================================== RCS file: /cvs/drupal/drupal/modules/upload.module,v retrieving revision 1.31.2.6 diff -u -r1.31.2.6 upload.module --- upload.module 17 Aug 2005 20:03:29 -0000 1.31.2.6 +++ upload.module 17 Nov 2005 15:28:57 -0000 @@ -303,7 +303,7 @@ // RSS only allows one enclosure per item $file = array_shift($files); return array(array('key' => 'enclosure', - 'attributes' => array('url' => file_create_url($file->filepath), + 'attributes' => array('url' => $GLOBALS['base_url'].'/'.$file->filepath, 'length' => $file->filesize, 'type' => $file->filemime))); }