Methods
(static) useAudioUploader(options) → {UploadManager}
- Source:
Hook for uploading audio files
Parameters:
Name | Type | Description |
---|---|---|
options |
SpecificUploadConfig | Specific uploading config |
Returns:
- Object to manage uploading audio files
- Type
- UploadManager
(static) useBinaryUploader(options) → {UploadManager}
- Source:
Hook for uploading binary files
Parameters:
Name | Type | Description |
---|---|---|
options |
SpecificUploadConfig | Specific uploading config |
Returns:
- Object to manage uploading binary files
- Type
- UploadManager
(static) useFontUploader(options) → {UploadManager}
- Source:
Hook for uploading fonts
Parameters:
Name | Type | Description |
---|---|---|
options |
SpecificUploadConfig | Specific uploading config |
Returns:
- Object to manage uploading fonts
- Type
- UploadManager
(static) useFormDataUploader(options) → {UploadManager}
- Source:
Hook for uploading form-data
Parameters:
Name | Type | Description |
---|---|---|
options |
SpecificUploadConfig | Specific uploading config |
Returns:
- Object to manage uploading form-data
- Type
- UploadManager
(static) useImageUploader(options) → {UploadManager}
- Source:
Hook for uploading images
Parameters:
Name | Type | Description |
---|---|---|
options |
SpecificUploadConfig | Specific uploading config |
Returns:
- Object to manage uploading images
- Type
- UploadManager
(static) useJSONUploader(options) → {UploadManager}
- Source:
Hook for uploading JSON files
Parameters:
Name | Type | Description |
---|---|---|
options |
SpecificUploadConfig | Specific uploading config |
Returns:
- Object to manage uploading JSON files
- Type
- UploadManager
(static) useMediaUploader(options) → {UploadManager}
- Source:
Hook for uploading media files (videos and images)
Parameters:
Name | Type | Description |
---|---|---|
options |
SpecificUploadConfig | Specific uploading config |
Returns:
- Object to manage uploading media files
- Type
- UploadManager
(static) useModelUploader(options) → {UploadManager}
- Source:
Hook for uploading models
Parameters:
Name | Type | Description |
---|---|---|
options |
SpecificUploadConfig | Specific uploading config |
Returns:
- Object to manage uploading models
- Type
- UploadManager
(static) useMSExcelUploader(options) → {UploadManager}
- Source:
Hook for uploading Microsoft Excel files
Parameters:
Name | Type | Description |
---|---|---|
options |
SpecificUploadConfig | Downloading config |
Returns:
- Object to manage uploading Microsoft Word files
- Type
- UploadManager
(static) useMSWordUploader(options) → {UploadManager}
- Source:
Hook for uploading Microsoft Word files
Parameters:
Name | Type | Description |
---|---|---|
options |
SpecificUploadConfig | Downloading config |
Returns:
- Object to manage uploading Microsoft Word files
- Type
- UploadManager
(static) usePDFUploader(options) → {UploadManager}
- Source:
Hook for uploading PDF files
Parameters:
Name | Type | Description |
---|---|---|
options |
SpecificUploadConfig | Specific uploading config |
Returns:
- Object to manage uploading PDF files
- Type
- UploadManager
(static) useTextUploader(options) → {UploadManager}
- Source:
Hook for uploading text files
Parameters:
Name | Type | Description |
---|---|---|
options |
SpecificUploadConfig | Specific uploading config |
Returns:
- Object to manage uploading text files
- Type
- UploadManager
(static) useVideoUploader(options) → {UploadManager}
- Source:
Hook for uploading videos
Parameters:
Name | Type | Description |
---|---|---|
options |
SpecificUploadConfig | Specific uploading config |
Returns:
- Object to manage uploading videos
- Type
- UploadManager
(static) useZIPUploader(options) → {UploadManager}
- Source:
Hook for uploading ZIP archive
Parameters:
Name | Type | Description |
---|---|---|
options |
SpecificUploadConfig | Downloading config |
Returns:
- Object to manage uploading ZIP archive
- Type
- UploadManager