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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

javascript - Get parameter of GET request -

javascript - Twitter Bootstrap - how to add some more margin between tooltip popup and element -