playwright/packages/create-playwright/assets/examples/server/assets/file-uploads.html
2021-10-21 21:06:28 +02:00

7 lines
239 B
HTML

<iframe src="header.html" style="width: 100%; height: 200px; border: 0;"></iframe>
<form action="/api/v1/file-upload" method="POST" encType="multipart/form-data">
<input type="file" name="my-file"/>
<input type="submit"/>
</form>