This website requires JavaScript.
Explore
Help
Register
Sign In
outman
/
dify
Watch
1
Star
0
Fork
0
You've already forked dify
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
5f76e665a1
dify
/
web
/
app
/
components
/
base
/
file-uploader
/
constants.ts
4 lines
100 B
TypeScript
Raw
Normal View
History
Unescape
Escape
file upload limit
2024-09-18 18:11:43 +08:00
export
const
FILE_SIZE_LIMIT
=
15
*
1024
*
1024
fix: file extension
2024-09-25 11:24:14 +08:00
file input error tip
2024-09-23 17:27:06 +08:00
export
const
FILE_URL_REGEX
=
/^(https?|ftp):\/\//
Reference in New Issue
Copy Permalink