Hi,
if you try to d&d a file or a link to a file from a website (not from LocalSystem) asyncUpload functionality is being broken with
"file is undefined" exception
if you try to d&d a file or a link to a file from a website (not from LocalSystem) asyncUpload functionality is being broken with
"file is undefined" exception
var fileApi = function (asyncUpload) {$.extend(this, {_processFiles:...$.each(files, function (index, file) {var row = index == 0 ? context.initialRow : module._appendRow(context.initialRow.id);module.trigger("FileSelected", row, input, file.name, (index + 1) == context.progress.totalFiles);context.map.push({ file: file, row: row });});...}}