php - File upload from a form on Laravel 4 -
i tried use input::upload()
method, available @ l3, error message call undefined method illuminate\http\request::upload()
is there replacement? how 1 handle file uploads form l4?
it should input::file()
as stated in documentation: http://laravel.com/docs/requests#files
Comments
Post a Comment