Why would $_FILES be empty when uploading files to PHP?

前端 未结 21 3193
一向
一向 2020-11-21 22:37

I have WampServer 2 installed on my Windows 7 computer. I\'m using Apache 2.2.11 and PHP 5.2.11. When I attempt to upload any file from a form, it seems to upload, but in PH

21条回答
  •  轮回少年
    2020-11-21 23:24

    If you are using JQuery Mobile

    Using a multipart form with a file input is not supported by Ajax. In this case you should decorate the parent form with data-ajax="false" to ensure the form is submitted properly to the server.

    Select image to upload:

提交回复
热议问题