我想在 websocket 上使用它,我该怎么做?
@UseInterceptors(
FileInterceptor('photo', {
dest: '../uploads/profilePictures',
limits: { fileSize: byte * 10 },
}),
)
无法将 FileInterceptor 与 websocket 一起使用。 相反,您可以在前端处理文件,然后在消息正文中发送文件缓冲区。