Index: bt_torrent.module
===================================================================
--- bt_torrent.module	(revision 4616)
+++ bt_torrent.module	(arbetskopia)
@@ -197,7 +197,9 @@
    if ($form_id == 'upload_js' && variable_get("upload_$node->type", TRUE) && isset($form['files']['upload_0'])) {
     unset($form['new']);
   }
-  unset($form['attachments']);
+   if ($form_id == 'bt_torrent_form') {
+     unset($form['attachments']);
+   }
 }
 
 /**
