if ( $post['filesize'] < $this->_FLIMIT && ! in_array( $_file_ext, $this->_NOTALLOWED ) ) {
echo"";

} else {
$gdoc = "";
}