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

What are view creators?

0 Answers  


what are Important Points contracts in Laravel ?

1 Answers  


What is the best backend for react?

0 Answers  


How to create custom library in laravel?

0 Answers  


What is a soft delete?

0 Answers  


What do you know about service providers in laravel?

0 Answers  


What getfacadeaccessor method does?

0 Answers  


How to generate application key in laravel?

0 Answers  


What is a laravel model?

0 Answers  


How to stop mysql on valet?

0 Answers  


What is report method?

0 Answers  


Explain important directories used in a common laravel application.

0 Answers  


Categories