diff --git a/wysiwyg_imageupload.form.inc b/wysiwyg_imageupload.form.inc
index edee811..c27b35d 100644
--- a/wysiwyg_imageupload.form.inc
+++ b/wysiwyg_imageupload.form.inc
@@ -111,7 +111,6 @@ function wysiwyg_imageupload_edit_form(&$form_state, $iid, $node_form_build_id,
 
   // Create the form image detail form.
   $form['#cache'] = TRUE;
-  $form['#attributes'] = array('enctype' => "multipart/form-data");
   // Render the image for the preview in the form.
   $img = theme('imagecache', 'wysiwyg_imageupload_preview', $defaults['filepath'], $iid, $defaults['title'], $attributes, TRUE, FALSE);
   // Load the details form.
