Author: michiel
Date: 2010-02-16 11:38:21 +0100 (Tue, 16 Feb 2010)
New Revision: 41071

Modified:
   mmbase/trunk/base-webapp/src/main/webapp/mmbase/upload/MMUpload.js.jsp
Log:
details only

Modified: mmbase/trunk/base-webapp/src/main/webapp/mmbase/upload/MMUpload.js.jsp
===================================================================
--- mmbase/trunk/base-webapp/src/main/webapp/mmbase/upload/MMUpload.js.jsp      
2010-02-16 10:37:55 UTC (rev 41070)
+++ mmbase/trunk/base-webapp/src/main/webapp/mmbase/upload/MMUpload.js.jsp      
2010-02-16 10:38:21 UTC (rev 41071)
@@ -1,9 +1,11 @@
-// -*- mode: js2-mode; -*-
 /**
  * Implicitely and temporary checks/uploads binaries.
  * Based on ajax-fileupload
  * (jquery-form is too hard to use, because it requires an entire
  * form to be submitted).
+ *  Useage:
+ *   Create an instance, and call it when the upload must happen.
+ *   - in the mmValidate event if you use validation, or otherwise in the the 
change event
  */
 /*
 <%...@page contentType="text/javascript; charset=UTF-8"
@@ -162,7 +164,7 @@
             }
         }
         );
-    return false;
+    return;
 }
 /*
 </mm:content></fmt:bundle>

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to