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

Popular posts from this blog

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -