File Uploads
Last updated
Was this helpful?
Last updated
Was this helpful?
Since Frisby.js is based on the Fetch API, file uploads are a cinch with the built-in FormData object (see if you are not familiar with them).
You can get a new FormData object from Frisby:
A full usage example might look like this: