Index: trunk/grails-app/views/assetDetailed/importAssetTree.gsp
===================================================================
--- trunk/grails-app/views/assetDetailed/importAssetTree.gsp	(revision 286)
+++ trunk/grails-app/views/assetDetailed/importAssetTree.gsp	(revision 287)
@@ -12,5 +12,5 @@
         <div class="body">
             <g:render template="/shared/messages" />
-            <g:uploadForm action="importAssetTreeSave" enctype="multipart/form-data" onsubmit="return Lightbox.loading();">
+            <g:uploadForm action="importAssetTreeSave" onsubmit="return Lightbox.loading();">
                 <div class="dialog">
                     <table>
@@ -20,5 +20,5 @@
                                     <label for="file">File:</label>
                                 </td>
-                                <td valign="top" class="value ${hasErrors(bean: picture, field: 'file', 'errors')}">
+                                <td valign="top" class="value">
                                     <input type="file" id="file" name="file" size="40"/>
                                 </td>
