Answer the question
In order to leave comments, you need to log in
I can't send a file via POST request, what's the problem?
Route::post('/files/store', '[email protected]'); // роут
public function store(Request $request) // метод
{
dd($request->file('file'));
}
Warning: Missing boundary in multipart/form-data POST data in Unknown on line 0
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