为什么让的教程和实际上做的不一样呢

WBOY
Release: 2016-06-13 12:15:53
Original
906 people have browsed it

为啥让的教程和实际上做的不一样呢
有一个很奇怪的问题,
先说说前提,一般来说上传图片,表单类型要写成file
但是发现下图中的这个cms却是用的text,
难道是它写错了,还是我理解错了,要是我理解错了,可是php教程就这么讲的,这到底是啥回事,
发现在事,在实际编程中,往往不按常规出牌,而教程总是讲那些用不到的东西,我靠,这又是啥回事

------解决思路----------------------
这个text类型的input,是接收文件上传后的保存地址的
真正的上传表单不在这个页面
------解决思路----------------------
分析一下它的filemain 和它的form提交表单的去处
------解决思路----------------------
你看右边的按钮,它是异步上传图片成功后,返回了图片在服务器上的地址,然后再跟着表单一起post
异步上传图片的原理和实现,初学者不建议碰,知道怎么回事就OK

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!