Author: sevein
Date: Sun Sep  6 16:15:22 2009
New Revision: 3182

Log:
Method setFileFilters() is not called anymore. Now, all file types are 
recognized when browsing for uploads.

Modified:
   trunk/web/js/multiFileUpload.js

Modified: trunk/web/js/multiFileUpload.js
==============================================================================
--- trunk/web/js/multiFileUpload.js     Sun Sep  6 00:03:05 2009        (r3181)
+++ trunk/web/js/multiFileUpload.js     Sun Sep  6 16:15:22 2009        (r3182)
@@ -42,6 +42,7 @@
   // Allows multiple file selection in "Browse" dialog.
   uploader.setAllowMultipleFiles(true);
 
+  /*
   // New set of file filters.
   var ff = new Array( {
     description: "Images",
@@ -53,6 +54,7 @@
 
   // Apply new set of file filters to the uploader.
   uploader.setFileFilters(ff);
+  */
 }
 
 // select files

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to