PHP upload image

前端 未结 10 2479
不知归路
不知归路 2020-12-06 01:46

Alright I have way to much time invested in this. I am new to PHP programming and trying to grasp the basics, but I am a little lost as of last night I was able to get a PHP

10条回答
  •  误落风尘
    2020-12-06 02:17

    The code overlooks calling the function move_uploaded_file() which would check whether the indicated file is valid for uploading.

    You may wish to review a simple example at:

    http://www.w3schools.com/php/php_file_upload.asp

提交回复
热议问题