tdraier     2005/10/10 11:54:11 CEST

  Modified files:
    core/src/webapp/jsp/jahia/engines/filemanager fileupload.jsp 
  Log:
  fixed javascript for upload in ie
  
  Revision  Changes    Path
  1.7       +1 -0      
jahia/core/src/webapp/jsp/jahia/engines/filemanager/fileupload.jsp
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/jsp/jahia/engines/filemanager/fileupload.jsp.diff?r1=1.6&r2=1.7&f=h
  
  
  
  Index: fileupload.jsp
  ===================================================================
  RCS file: 
/home/cvs/repository/jahia/core/src/webapp/jsp/jahia/engines/filemanager/fileupload.jsp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- fileupload.jsp    5 Oct 2005 15:17:30 -0000       1.6
  +++ fileupload.jsp    10 Oct 2005 09:54:10 -0000      1.7
  @@ -19,6 +19,7 @@
       function submitForm() {
           document.mainForm.action += "?screen=save&path=<%=path%>";
           document.mainForm.enctype = "multipart/form-data";
  +        document.mainForm.encoding = "multipart/form-data";
           document.mainForm.submit();
       }
       //-->
  

Reply via email to