Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upHow to read file from request? #434
Comments
|
Just read or also write it to somewhere?
|
I wanna upload them to s3, but when I try to fs.writeFile(fileName, buf, err => console.log(err)) file is broken |
|
Just want to know that anyone contribute to this repo |
|
@ozgreat Micro is designed to be minimal and simplistic. You either need to write your own modules or use community modules. You mention you do not want to use
For your use case...
|
I wanna read a file from req, how can I do it? I don't wanna use micro-upload