PHP File Upload Help

前端 未结 4 384
被撕碎了的回忆
被撕碎了的回忆 2021-01-29 12:27
File Upload
4条回答
  •  被撕碎了的回忆
    2021-01-29 12:59

    I'm guessing you would need to supply a destination in the move-uploaded-file function as an argument. If the move to the destination (in this case non-existent) cannot be accomplished, it would return false, which is why it would go to your else{} condition.

提交回复
热议问题