Index: plugins/FeedsParser.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/feeds/plugins/FeedsParser.inc,v
retrieving revision 1.22.2.2
diff -u -p -r1.22.2.2 FeedsParser.inc
--- plugins/FeedsParser.inc	25 Sep 2010 16:47:01 -0000	1.22.2.2
+++ plugins/FeedsParser.inc	29 Sep 2010 17:36:35 -0000
@@ -258,7 +258,7 @@ class FeedsEnclosure extends FeedsElemen
     if(empty($this->file) && $this->getValue()) {
       // Check if this enclosure contains a local file.
       if (!parse_url($this->getValue(), PHP_URL_SCHEME)) {
-        if (file_check_location($this->getValue(), file_directory_path())) {
+        if (file_check_location($this->getValue(), file_directory_path()) || file_check_location($this->getValue(), file_directory_temp()))) {
           if (file_exists($this->getValue())) {
             $this->file = $this->getValue();
             return $this->file;
