$final = _upload($localfile,$destination,$filename); if ($final > 0) { #then the file was uploaded successfully! } else { return 'There was an error with the file you supplied, either it was of 0 bytes size or the system failed!
Back'.$final; }