Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /FileAPI/file/send-file-formdata.any.html - WPT Dashboard Interop Dashboard
- /FileAPI/file/send-file-formdata.any.worker.html - WPT Dashboard Interop Dashboard
// META: title=FormData: Upload ASCII-named file in UTF-8 form
// META: script=../support/send-file-formdata-helper.js
"use strict";
formDataPostFileUploadTest({
fileNameSource: "ASCII",
fileBaseName: "file-for-upload-in-form.txt",
});