Skip to content

Instantly share code, notes, and snippets.

@wonkpentink
Created December 8, 2014 06:33
Show Gist options
  • Save wonkpentink/f3ba9d9830c91c5814ec to your computer and use it in GitHub Desktop.
Save wonkpentink/f3ba9d9830c91c5814ec to your computer and use it in GitHub Desktop.
$upl = $this->modelutils->uploadIbrta($_FILES['myfile'], false, true, 3000);
if ($upl['status'] == 400) {
echo $upl['error_msg'];
die();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment