diff -urN uploadpath.orig/uploadpath.module uploadpath/uploadpath.module
--- uploadpath.orig/uploadpath.module	2008-09-08 04:20:02.000000000 -0400
+++ uploadpath/uploadpath.module	2009-04-01 11:40:58.000000000 -0400
@@ -33,7 +33,7 @@
       if(isset($node->files) && user_access('upload files')) {
         foreach ($node->files as $key => $file) {
           // Only rewrite the path on new files to be saved
-          if ($file['new'] && !$file['remove']){
+          if (!$file['remove']){
             //get the token path pattern
             $pattern = variable_get('uploadpath_prefix_'.$node->type, false);
             if(!$pattern){ 
