I am using Uploadify jQuery plugin for file upload.Here there is no browse button used. it will upload the file using ajax on click event.So There is no file temp path is displaying.So i want to make it display.
So, I try to get file temp path using $_FILES['uploadfile']['tmp_name']. But it just return something like this /tmp/phpclqHXj.But i want display actual temp path like C:\Users\Diamantino\Desktop\file.jpg.Can i get this using php. any option in uploadify plugin, anyway to get jquery or js.Any help would be appreciated.
My Browse button.
Thanks