11cb0ef41Sopenharmony_ci<!DOCTYPE html> 21cb0ef41Sopenharmony_ci<meta charset="utf-8"> 31cb0ef41Sopenharmony_ci<title>Upload ASCII-named file in UTF-8 form</title> 41cb0ef41Sopenharmony_ci<link rel="help" 51cb0ef41Sopenharmony_ci href="https://html.spec.whatwg.org/multipage/form-control-infrastructure.html#multipart-form-data"> 61cb0ef41Sopenharmony_ci<link rel="help" 71cb0ef41Sopenharmony_ci href="https://html.spec.whatwg.org/multipage/dnd.html#datatransferitemlist"> 81cb0ef41Sopenharmony_ci<link rel="help" 91cb0ef41Sopenharmony_ci href="https://w3c.github.io/FileAPI/#file-constructor"> 101cb0ef41Sopenharmony_ci<link rel="author" title="Benjamin C. Wiley Sittler" 111cb0ef41Sopenharmony_ci href="mailto:bsittler@chromium.org"> 121cb0ef41Sopenharmony_ci<script src="/resources/testharness.js"></script> 131cb0ef41Sopenharmony_ci<script src="/resources/testharnessreport.js"></script> 141cb0ef41Sopenharmony_ci<script src="../support/send-file-form-helper.js"></script> 151cb0ef41Sopenharmony_ci<script> 161cb0ef41Sopenharmony_ci'use strict'; 171cb0ef41Sopenharmony_ci 181cb0ef41Sopenharmony_ciformPostFileUploadTest({ 191cb0ef41Sopenharmony_ci fileNameSource: 'ASCII', 201cb0ef41Sopenharmony_ci fileBaseName: 'file-for-upload-in-form.txt', 211cb0ef41Sopenharmony_ci formEncoding: 'UTF-8', 221cb0ef41Sopenharmony_ci expectedEncodedBaseName: 'file-for-upload-in-form.txt', 231cb0ef41Sopenharmony_ci}); 241cb0ef41Sopenharmony_ci 251cb0ef41Sopenharmony_ci</script> 26