11cb0ef41Sopenharmony_ci// META: title=FormData: Upload ASCII-named file in UTF-8 form 21cb0ef41Sopenharmony_ci// META: script=../support/send-file-formdata-helper.js 31cb0ef41Sopenharmony_ci "use strict"; 41cb0ef41Sopenharmony_ci 51cb0ef41Sopenharmony_ci formDataPostFileUploadTest({ 61cb0ef41Sopenharmony_ci fileNameSource: "ASCII", 71cb0ef41Sopenharmony_ci fileBaseName: "file-for-upload-in-form.txt", 81cb0ef41Sopenharmony_ci }); 9