UNPKG

@glr/ngx-file-uploader

Version:
16 lines (15 loc) 393 B
import { FileFilter } from '../source/fileFilter.core'; export interface TransferOptions { url?: string; alias?: string; headers?: Object; filters?: FileFilter[]; formData?: Object[]; autoUpload?: boolean; method?: string; removeBySuccess?: boolean; queueLimit?: number; enableCors?: boolean; withCredentials?: boolean; uniqueFiles?: boolean; }