Upload
Test uploading files.
- Files are stored in the cache and are temporary
- Uses content-type multipart/form-data
- Server will confirm a successful upload and output the upload size
Download
Test downloading files.
- When Download is clicked, the server will perform a GET request to files/downloads/selectedDownloadSize.txt.
- The server will return a random text file of the specified size.
- The file will be served with the content-type text/plain.