7 lines
239 B
HTML
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>
|