Unable to do File Upload in PHP

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

I want to upload files in PHP. I wrote

3条回答
  •  被撕碎了的回忆
    2020-12-22 03:06

    Your code isn't even close to working because you're not actually doing any file uploading through PHP. I suggest starting with a PHP file upload tutorial (more) and trying again. If you have any problems with your new code ask for help and show us the code you're having problems with.

提交回复
热议问题