Preparing search index...
The search index is not available
secure-backend
secure-backend
FileUploadConfig
Interface FileUploadConfig
interface
FileUploadConfig
{
allowedExtensions
?:
string
[]
;
allowedMimeTypes
?:
string
[]
;
enabled
?:
boolean
;
maxFileSize
?:
number
;
scanForMalware
?:
boolean
;
stripMetadata
?:
boolean
;
uploadDir
?:
string
;
}
Index
Properties
allowed
Extensions?
allowed
Mime
Types?
enabled?
max
File
Size?
scan
For
Malware?
strip
Metadata?
upload
Dir?
Properties
Optional
allowed
Extensions
allowed
Extensions
?:
string
[]
Optional
allowed
Mime
Types
allowed
Mime
Types
?:
string
[]
Optional
enabled
enabled
?:
boolean
Optional
max
File
Size
max
File
Size
?:
number
Optional
scan
For
Malware
scan
For
Malware
?:
boolean
Optional
strip
Metadata
strip
Metadata
?:
boolean
Optional
upload
Dir
upload
Dir
?:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
allowed
Extensions
allowed
Mime
Types
enabled
max
File
Size
scan
For
Malware
strip
Metadata
upload
Dir
secure-backend
Loading...