When I upload large files (greater than 1 MB) in play framework 2.0 I get
"413 Request Entity Too Large" error.
Could you please anybody suggest how to get rid of this?
Thanks,
UPDATE
I have solved this issue by adding this to application.conf
#Set Max file size
parsers.MultipartFormData.maxLength=10240K
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…