Skip to content

Instantly share code, notes, and snippets.

@carnadaxxx
Created March 6, 2018 21:19
Show Gist options
  • Save carnadaxxx/f02502a870a4410193a42da732ee4eae to your computer and use it in GitHub Desktop.
Save carnadaxxx/f02502a870a4410193a42da732ee4eae to your computer and use it in GitHub Desktop.
Result form a controller called Upload.php
array(1) {
["fileupload"]=>
array(5) {
["name"]=>
array(1) {
[0]=>
string(18) "Coronado Falen.pdf"
}
["type"]=>
array(1) {
[0]=>
string(0) ""
}
["tmp_name"]=>
array(1) {
[0]=>
string(0) ""
}
["error"]=>
array(1) {
[0]=>
int(1)
}
["size"]=>
array(1) {
[0]=>
int(0)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment