Answer the question
In order to leave comments, you need to log in
How to upload a file in Yii2? , without a submission form?
I'm doing a REST API, and I get no form with <?= $form->field($model, 'file')->fileInput() ?> The
question is how to save a file without a form? For example if I converted the base64 string to an image and saved it?
Or I generated a file and I had to save it.
Answer the question
In order to leave comments, you need to log in
how do you send data to the site?
if you use rest, then you obviously use the post and get and you obviously pass something there. what you pass there is the inputs. also send files
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question