1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

plupload upgraded to v2.3.6

This commit is contained in:
Cameron
2018-11-23 13:24:14 -08:00
parent 0adf60f9e7
commit 96647b445e
19 changed files with 3241 additions and 2576 deletions

View File

@@ -911,6 +911,16 @@ console.log('Bbcode: '+bbcode);
}
},
init: {
BeforeUpload: function(e,file)
{
},
BeforeChunkUpload: function(uploader, file, post, currentBlob, currentOffset)
{
//console.log(file);
// currentBlob.name=file.name;
},
FilesAdded: function (up, files)
{