Function __global->is_plupload
Definitions
sources/uploads.php
- Find whether an plupload upload has just happened, and optionally simulate as if it were a normal upload (although 'is_uploaded_file'/'move_uploaded_file' would not work).
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$fake_prepopulation | boolean | False | N/A | N/A | Simulate population of the $_FILES array |
Return
- Whether an plupload upload has just happened
- Type: boolean
- Set: N/A
- Range: N/A