phpcms에서 사진 업로드하는 방법
1. 먼저 템플릿 페이지에서 js와 css를 인용하고, 텍스트 두 개만으로 끝낼 수 있습니다.
<script type="text/javascript" src="http://www.51shuxie.com/statics/js/dialog.js"></script> <link href="http://www.51shuxie.com/statics/css/dialog_simp.css" rel="stylesheet" type="text/css" />
관련 권장사항: phpcms tutorial
2. 그런 다음 이미지 업로드 기능을 호출하세요
<div class="form"> <script type="text/javascript" src="statics/js/swfupload/swf2ckeditor.js"></script> <input type='text' name='info[testimages]' id='testimages' value='' size='' class='input-text' /> <input type='button' class='button' onclick="javascript:flashupload('testimages_images', '附件上传','testimages',submit_images,'1,gif|jpg|jpeg|png|bmp,1,,','member','','c37c3ee14570cf9dea7e79707e3494fb')"value='上传图片'/> </div>
위 내용은 phpcms에 사진을 업로드하는 방법의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!