Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is Laravel - File Uploading ?

Answer Posted / rachana devi

Uploading Files in Laravel is very easy. All we need to do is to create a view file where a user can select a file to be uploaded and a controller where uploaded files will be processed.

In a view file, we need to generate a file input by adding the following line of code.

Syntax : Form::file('file_name');

In Form::open(), we need to add ‘files’=>’true’ as shown below. This facilitates the form to be uploaded in multiple parts.

Syntax : Form::open(array('url' => '/uploadfile','files'=>'true'));

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are route groups?

753


Laravle supports which databases?

812


How to launch vagrant box?

760


What does valet park and link command do?

736


What is Laravel - File Uploading ?

1544


What is the purpose of using dd() function iin laravel?

792


What is Testability ?

955


What is eloquent orm in laravel?

783


How to enable maintenance mode in laravel 5?

809


How to enable query log in laravel?

905


Tell me how do I see all of the routes that are defined?

719


Can laravel be hacked?

748


What is service provider in laravel?

756


Define lumen.

766


How do I assign several roles to users and permit the users to perform some actions based on those roles?

728