Merge pull request #1381 from vFragosop/documentation/improvements
Improving documentation about Input::file()
This commit is contained in:
commit
2914471de1
|
@ -69,6 +69,12 @@ #### Retrieving a specific item from a $_FILES array:
|
||||||
|
|
||||||
$size = Input::file('picture.size');
|
$size = Input::file('picture.size');
|
||||||
|
|
||||||
|
> **Note:** In order to use file uploads, you must use `Form::open_for_files()` or manually enable `multipart/form-data`.
|
||||||
|
|
||||||
|
*Further Reading:*
|
||||||
|
|
||||||
|
- *[Opening Forms](/docs/views/forms#opening-a-form)*
|
||||||
|
|
||||||
<a name="old-input"></a>
|
<a name="old-input"></a>
|
||||||
## Old Input
|
## Old Input
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue