get file names from uploadify jquery plugin

后端 未结 3 2039
一整个雨季
一整个雨季 2021-01-14 21:30

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.

3条回答
  •  一个人的身影
    2021-01-14 22:29

    Quote from uploadify

    fileDataName

    The name of your files array in the upload server script. Default = ‘Filedata’

    PHP code

    $_FILES['Filedata']['tmp_name'];
    

提交回复
热议问题