change max file upload size to 5MB
This commit is contained in:
parent
83b077450a
commit
1e32e42729
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class FileUploader extends React.Component {
|
|||
clickable: true,
|
||||
maxFiles: 1,
|
||||
parallelUploads: 1,
|
||||
maxFilesize: 10, // in mb
|
||||
maxFilesize: 5, // in mb
|
||||
maxThumbnailFilesize: 8, // 3MB
|
||||
thumbnailWidth: 200,
|
||||
thumbnailHeight: 200,
|
||||
|
|
Loading…
Reference in a new issue