* fix: update instructions to be consistent * fix: change to use code tags instead of backticks
1.8 KiB
1.8 KiB
id, title, challengeType, isRequired, forumTopicId
id | title | challengeType | isRequired | forumTopicId |
---|---|---|---|---|
bd7158d8c443edefaeb5bd0f | File Metadata Microservice | 4 | true | 301506 |
Description
Instructions
Tests
tests:
- text: I can submit a form that includes a file upload.
testString: ''
- text: The form file input field has the <code>name</code> attribute set to <code>upfile</code>.
testString: ''
- text: When I submit something, I will receive the file <code>name</code>, <code>type</code>, and <code>size</code> in bytes within the JSON response.
testString: ''
Challenge Seed
Solution
/**
Backend challenges don't need solutions,
because they would need to be tested against a full working project.
Please check our contributing guidelines to learn more.
*/