export interface FileHandle { content: any; filename: string; contentType: string; contentLength?: string; encoding: string; fieldname: string; }