MCPcopy
hub / github.com/moxiecode/plupload / _addFile

Function _addFile

js/moxie.js:7464–7470  ·  view source on GitHub ↗
(file, relativePath)

Source from the content-addressed store, hash-verified

7462
7463
7464 function _addFile(file, relativePath) {
7465 if (_isAcceptable(file)) {
7466 var fileObj = new File(_ruid, file);
7467 fileObj.relativePath = relativePath || '';
7468 _files.push(fileObj);
7469 }
7470 }
7471
7472
7473 function _extractExts(accept) {

Callers 3

FileDropFunction · 0.85
_readItemsFunction · 0.85
_readEntryFunction · 0.85

Calls 1

_isAcceptableFunction · 0.85

Tested by

no test coverage detected