From f4dd8e579639637057e8717067bb0627d9eb1de3 Mon Sep 17 00:00:00 2001 From: Thomas Balthazar Date: Tue, 5 Jul 2016 21:37:21 +0200 Subject: PLT-1316/PLT-3280 Change client-side max file size limit (#3354) * Change client-side max file size limit It now relies on the value set in config.json. Re-enable and tweak the max file size setting in system console. * Update file upload error message --- webapp/utils/constants.jsx | 1 - 1 file changed, 1 deletion(-) (limited to 'webapp/utils/constants.jsx') diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx index ac00262c3..e748cae4b 100644 --- a/webapp/utils/constants.jsx +++ b/webapp/utils/constants.jsx @@ -210,7 +210,6 @@ export default { }, MAX_DISPLAY_FILES: 5, MAX_UPLOAD_FILES: 5, - MAX_FILE_SIZE: 50000000, // 50 MB THUMBNAIL_WIDTH: 128, THUMBNAIL_HEIGHT: 100, WEB_VIDEO_WIDTH: 640, -- cgit v1.2.3-1-g7c22