PHP-Course/exam/dist/index.html
2024-07-21 18:28:19 +02:00

6 lines
195 B
HTML

<h1>Redirect to React</h1>
<form action="/phpCourse/exam/api/user/1" enctype="multipart/form-data" method="POST">
<input type="file" name="image" />
<input type="submit">Send</input>
</form>