I'm starting to use Jquery-File-Upload of blueimp with PHP.
After that I upload file and save in a folder, I need to read it.
Before to start to use it, I read file with $_FILES['file']['tmp_name']. How can I do it now with this plugin?
$_FILES['file']['tmp_name'].