Answer the question
In order to leave comments, you need to log in
Not uploading file to server in laravel 5.1?
Uploading a file
$fileround = $request->file('round');
$path = Storage::makeDirectory('/userid_'.Auth::user()->id);
$request->file('round')->move('/home/m/motive/olympiad.spe-nu.org/storage/app/userid_'.Auth::user()->id, 'hj');
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