How to get the path of a file uploaded by Plupload to show it in a Php

0

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'];
    
asked by Maci Uzumaki 16.07.2018 в 13:40
source

0 answers