4.8.10 test (#2470)
* i18n * perf: invoice type * fix: helper line change error * perf: base64 image * perf: app list ui * perf: upload max size check * perf: init system plugin * perf: dataset list ui * perf: http node ui * perf: ui * perf: invoice tip * fix: ts * perf: invoice table * perf: null check
This commit is contained in:
@@ -14,8 +14,12 @@ type FileType = {
|
||||
size: number;
|
||||
};
|
||||
|
||||
/*
|
||||
maxSize: File max size (MB)
|
||||
*/
|
||||
export const getUploadModel = ({ maxSize = 500 }: { maxSize?: number }) => {
|
||||
maxSize *= 1024 * 1024;
|
||||
|
||||
class UploadModel {
|
||||
uploader = multer({
|
||||
limits: {
|
||||
|
||||
Reference in New Issue
Block a user