Answer the question
In order to leave comments, you need to log in
Get file in stream?
Hello, can you tell me? Is it possible to somehow get the file in the stream, which is loaded through the form.
<form
action = '/add'
method = 'post'
enctype = 'multipart/form-data'
class = 'form'
>
<label class = 'btn'>
Выбрать и отправить файл
<input
type = 'file'
name = 'file'
class = 'input-file__input'
onchange = 'this.form.submit();'
/>
</label>
</form>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question