你如何使用PHP上传图像(或其他文件)?

问题描述:

如何使用PHP上传图像(或其他文件)?

How do you upload images (or other files) using PHP?

首先下载PHP手册(如果您还没有)。然后参阅处理文件上传部分。它就在那里。
Start by downloading the PHP manual if you haven't already. Then refer to the section "Handling file uploads". It's all in there.


查看文件上传php教程 [ ^ ]