Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $form = Form::open(array('action' => 'upload/submit', 'enctype' => 'multipart/form-data', 'method' => 'post'));
- $form .= Form::file('userfile');
- $form .= Form::submit();
- echo $form;
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement