Home >Backend Development >PHP Tutorial >用户上传表单中文字图片地址在哪? 怎么上传到云存储服务器上? 地址在哪?

用户上传表单中文字图片地址在哪? 怎么上传到云存储服务器上? 地址在哪?

WBOY
WBOYOriginal
2016-06-06 20:27:241266browse

如题。
我想写个简单的功能实现
就是用户提交表单上传到php文件处理
怎么得到用户上传的图片,并用php在网页中显示呢?
望解答,谢谢。

回复内容:

如题。
我想写个简单的功能实现
就是用户提交表单上传到php文件处理
怎么得到用户上传的图片,并用php在网页中显示呢?
望解答,谢谢。

PHP端获取用户提交的东西可以直接$_GET || $_POST || $_REQUEST 之类的,获取到了提交的图片,然后存在某个地方,然后页面上访问即可。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn