koajs / examples

Example Koa apps
4.52k stars 744 forks source link

bug: upload example #125

Closed kevinaskin closed 6 years ago

kevinaskin commented 6 years ago
node upload/app.js

open http://localhost:3000 choose a file click upload

TypeError: Cannot read property 'file' of undefined
sponia-joker commented 5 years ago
<form action="/" method="post" enctype="multipart/form-data">
    <input type="file" name="file" multiple>
    <input type="submit" value="Upload">
 </form>

maybe your name !='file' so file is undefined