Hi David - the ctx.request.files is Koa's object to hold file, myFile is the attribute from frontend eg.: Postman in which we send the file as multipart-form-data. Since it is a form-data, the representation would be like "myFile": "temp.jpg" on your front end app. Hope this helps.