fastify-file-upload
fastify-file-upload copied to clipboard
Fastify plugin for uploading files

 Although jwt expired, still upload files to server? How do I solve this problem?  
I'm unable to loop through the files at the fastify end. I've created a simple form with the help of bulma: ``` Choose a file… No file uploaded ``` Here...
复现 demo https://github.com/zhongshan1993/fastify-file-error-demo 在 触发 busboy 的 error 事件后,又触发了 finish 事件,导致 middie 中的 done 方法再次被调用,此时 req 的值为 null。 这种场景下,live 环境易收到外部攻击 
We're sending data as in example bellow, due to this line: ```js if (request.raw.files) { for (const key in request.raw.files) { request.body[key] = request.raw.files[key] } } ``` They got ignored...
How to know if the upload progress fail, broken or corrupted? Also how to add more action right after upload is completed?
https://github.com/huangang/fastify-file-upload/issues/6#issuecomment-1543240577