eakenbor
eakenbor
@dziraf thanks, but I am unable to make use of the file I sent to the endpoint. I even used multer to handle it but to no avail. Please see...
@dziraf please how can I use the "old formidable middleware" to send the file to the endpoint? Creating an action is not an option, because nowhere in your documentation is...
@dziraf in my original setup above, I could read the file as shown below, but the problem is that I am unable to make use of it and send to...
Thanks @cetinirfan. This is what I did eventually: ```` import fs from "fs" const file = req.files.file const { key } = req.fields const fileStream = fs.createReadStream(req.files.file.path) const params =...
@dziraf please can you help with this?
@Lenur29 did you find a solution?
@janosrusiczki any plans for Vue 3 soon?