that is my first post
I am trying here, to get the names of the files that are uploaded, so that the user can delete it if desired, the same way as yahoo.
Quote from uploadify
fileDataName The name of your files array in the upload server script. Default = ‘Filedata’
fileDataName
The name of your files array in the upload server script. Default = ‘Filedata’
PHP code
$_FILES['Filedata']['tmp_name'];