DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Express.js Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Express.js
What is the primary risk of using Multer's default Memory Storage for file uploads?
A
It deletes files from the database automatically
B
It consumes server RAM directly. Large files can exhaust heap memory and crash the server
C
It restricts file names to lowercase letters only
D
It blocks concurrent SQL transactions
Check Answer