I have a problem, and that is that when it comes to having a php to collect data from a form, I need to obtain the path from where the files I have uploaded by Plupload have been saved.
What I need should be something like this:
echo 'el archivo ', $_file['archivoSubido.jpg], ' se encuentra en ', $_?['rutaDelArchivo'];