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...


How to create view Laravel - File Uploading ?



How to create view Laravel - File Uploading ?..

Answer / sunil kumar

Create a view file called resources/views/uploadfile.php and copy the following code in that file.
resources/views/uploadfile.php

Example :

<html>
<body>
<?php
echo Form::open(array('url' => '/uploadfile','files'=>'true'));
echo 'Select the file to upload.';
echo Form::file('image');
echo Form::submit('Upload File');
echo Form::close();
?>
</body>
</html>

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

Where is the authentication configuration file is located in laravel?

0 Answers  


What are view creators?

0 Answers  


How to enable the query logging?

0 Answers  


What is views in laravel?

0 Answers  


What is meant by Forms in Laravel ?

1 Answers  


How to Connecting to Database in Laravel ?

1 Answers  


What are Uses While Using the properties of Request instance ?

0 Answers  


Command to connect vagrant via ssh?

0 Answers  


What is reverse path filtering?

0 Answers  


Which js framework is best with laravel?

0 Answers  


How will you explain events in laravel?

0 Answers  


How to retrive current environment in laravel?

0 Answers  


Categories