Level 122
where did you get the idea of using upload There is no such function on the request class
I'm trying to upload file and I'm using dropzonejs.
this is my html
In controller, error occurred here..
$upload_success = Input::upload('file', $directory, $filename);
How can I resolve this error? (Method Illuminate\Http\Request::upload does not exist.)
where did you get the idea of using upload There is no such function on the request class
Please or to participate in this conversation.