fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [16125]


From: nelson . guerra
Subject: [Fmsystem-commits] [16125]
Date: Fri, 30 Dec 2016 22:43:57 +0000 (UTC)

Revision: 16125
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16125
Author:   nelson224
Date:     2016-12-30 22:43:57 +0000 (Fri, 30 Dec 2016)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind-2/property/templates/base/multi_upload_file.xsl

Modified: 
branches/dev-syncromind-2/property/templates/base/multi_upload_file.xsl
===================================================================
--- branches/dev-syncromind-2/property/templates/base/multi_upload_file.xsl     
2016-12-29 20:26:17 UTC (rev 16124)
+++ branches/dev-syncromind-2/property/templates/base/multi_upload_file.xsl     
2016-12-30 22:43:57 UTC (rev 16125)
@@ -96,7 +96,7 @@
                                //xhrFields: {withCredentials: true},
                                url: '<xsl:value-of 
select="multi_upload_action"/>',
                                limitConcurrentUploads: 4,
-                               maxChunkSize: 10000000000
+                               maxChunkSize: 838855500
                                //acceptFileTypes: /(\.|\/)(png|pdf)$/i
                        });
                                
@@ -110,6 +110,11 @@
                                )
                        );
                                
+                       $('#multi_upload_file')
+                               .bind('fileuploadcompleted', function (e, data) 
{ 
+                               console.log(data.result.num_files);     
+                       });
+                                                               
                        // Load existing files:
                        
$('#multi_upload_file').addClass('fileupload-processing');
                        $.ajax({




reply via email to

[Prev in Thread] Current Thread [Next in Thread]