<HTML>

<HEAD>

</HAED>

<BODY>


<form method="POST" action="/test" enctype="multipart/form-data">

    <table>

        <tr>

            <td>Select a file to upload</td>

            <td><input type="file" name="files" /></td>

        </tr>

        <tr>

            <td>Select a file to upload</td>

            <td><input type="file" name="files" /></td>

        </tr>

        <tr>

            <td>Select a file to upload</td>

            <td><input type="file" name="files" /></td>

        </tr>

        <tr>

            <td><input type="submit" value="Submit" /></td>

        </tr>

    </table>

</form>



</BODY>

</HTML>


이런 내용으로.. 크롬 개발자 모드  네트워크 켜두고 올려보니...


Request Payload에


------WebKitFormBoundaryAG4Z56PeuPkV237H Content-Dis form-data; name="files"; filename="1523606105 (1).png" Content-Type: image/png ------WebKitFormBoundaryAG4Z56PeuPkV237H Content-Dis form-data; name="files"; filename="1523606105 (2).png" Content-Type: image/png ------WebKitFormBoundaryAG4Z56PeuPkV237H Content-Dis form-data; name="files"; filename="1523606105.png" Content-Type: image/png ------WebKitFormBoundaryAG4Z56PeuPkV237H--


이렇게 잘만 올라가는뎅.

ㅇㅇ