%PDF- %PDF-
Direktori : /home/ugotscom/www/dg/assets/global/plugins/angularjs/plugins/angular-file-upload/ |
Current File : /home/ugotscom/www/dg/assets/global/plugins/angularjs/plugins/angular-file-upload/upload.php |
<?php exit; // upload demo is disabled if ( !empty( $_FILES ) ) { $tempPath = $_FILES[ 'file' ][ 'tmp_name' ]; $uploadPath = dirname( __FILE__ ) . DIRECTORY_SEPARATOR . 'uploads' . DIRECTORY_SEPARATOR . $_FILES[ 'file' ][ 'name' ]; move_uploaded_file( $tempPath, $uploadPath ); $answer = array( 'answer' => 'File transfer completed' ); $json = json_encode( $answer ); echo $json; } else { echo 'No files'; } ?>