Upload file problem

When i try to upload a file un app, a received this error in PHP log:

[20-Jun-2015 12:21:29 America/Argentina/Buenos_Aires] PHP Warning: require(_nmutf8.php): failed to open stream: No such file or directory in C:\xampp\htdocs\MAPEMFI\archivos_subir\archivos_subir_ul_save.php on line 75

[20-Jun-2015 12:21:29 America/Argentina/Buenos_Aires] PHP Fatal error: require(): Failed opening required ‘_nmutf8.php’ (include_path=’.;C:\xampp\php\PEAR’) in C:\xampp\htdocs\MAPEMFI\archivos_subir\archivos_subir_ul_save.php on line 75

And nothing happend.

Any idea???

It appears that you have no rights to the upload directory, or that the upload dir doesnt exist.
You need to deploy your app in ADVANCED MODE with the directories configured.
Then on your server you have to take care that the directories can be written to by your webserver.