export const UPLOAD_MAX_FILE_SIZE = 4096 * 1024 * 1024; // 100MB export const UPLOAD_MAX_FILES = 10; // Maximum files per upload