Open banksemi opened 5 years ago
Folder uploading was only applied to NgxDragAndDropDirective.
It does not work in IE because of limitations of web browsers.
Users need to setting DroptargetOptions.folderAccept
export const ngxDropTargetOptions: DropTargetOptions = { color: 'dropZoneColor', colorDrag: 'dropZoneColorDrag', colorDrop: 'dropZoneColorDrop', multiple: true, folderAccept: true };
item.filePath
var item : FileItem = ... console.log(item.filePath);
I have reviewed this PR but it's not TypeScript friendly. I keep in mind the idea and work out on it in the coming weeks
Folder uploading was only applied to NgxDragAndDropDirective.
It does not work in IE because of limitations of web browsers.
Users need to setting DroptargetOptions.folderAccept
item.filePath