AjaxFileUpload Plugin does not retrieve $_POST or $_FILES data

后端 未结 1 1503
醉梦人生
醉梦人生 2020-12-20 07:39

Ok, I hope this will be my last question in a series of Q\'s regarding dynamic file upload.

I\'m using AjaxFileUpload Plugin and try to work with the FORM data in my

相关标签:
1条回答
  • 2020-12-20 08:38

    You are assigning

    fileElementId:'uploadFile',
    

    but your file field doesn't in fact have that ID.

    And your PHP script should look in

    $_FILES["uploadFile"]["name"]
    
    0 讨论(0)
提交回复
热议问题