@abhijithlaji/fileuploadplugin
v0.0.1
Published
Plugin to upload File
Readme
fileuploadplugin
Plugin to upload File
Install
npm install fileuploadplugin
npx cap syncAPI
uploadFile(...)
uploadFile(options: { url: string; fileName: string; fileType: string; fileData: string; }) => Promise<{ success: boolean; status: number; message?: string; }>| Param | Type |
| ------------- | ----------------------------------------------------------------------------------- |
| options | { url: string; fileName: string; fileType: string; fileData: string; } |
Returns: Promise<{ success: boolean; status: number; message?: string; }>
