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 -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -