Unable to do File Upload in PHP

前端 未结 3 1400
离开以前
离开以前 2020-12-22 02:20

I want to upload files in PHP. I wrote

3条回答
  •  没有蜡笔的小新
    2020-12-22 03:09

    You need to use POST method in order to get file uploads working.
    So just add method="post" attribute to the form tag and you're done.

提交回复
热议问题