-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
router.post('/submit',
upload.fields([{name: 'code0', maxCount: 1}, {name: 'code1', maxCount: 1},
{name: 'code2', maxCount: 1}, {name: 'code3', maxCount: 1},
{name: 'code4', maxCount: 1}, {name: 'code5', maxCount: 1},
{name: 'code6', maxCount: 1}, {name: 'code7', maxCount: 1}]),
回報訊息:不知道是不是上傳的source檔案數量有限制,剛剛有個題目 10 個 source 一上傳就 JudgeNode 就 crash
目標在下一次工作日研究一下 multer 給的 API,並完成檔案傳輸個數與大小上傳限制的測試。