You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
customRequest: (options: UploadRequestOption)=>options.onSuccess&&options.onSuccess({}),// Override the default upload logic and do not upload to the specified server
Copy file name to clipboardExpand all lines: client/packages/lowcoder/src/i18n/locales/en.ts
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1949,6 +1949,11 @@ export const en = {
1949
1949
"dragAreaText": "Click or drag file to this area to upload",
1950
1950
"dragAreaHint": "Support for a single or bulk upload. Strictly prohibited from uploading company data or other banned files.",
1951
1951
"dragHintText": "Hint Text",
1952
+
"fileNamePattern": "File Name Pattern",
1953
+
"fileNamePatternTooltip": "A regular expression pattern to validate file names (e.g., '^[a-zA-Z0-9_-]+\\.[a-z]+$' for alphanumeric names). Leave empty to allow all file names.",
0 commit comments