<code><script src="dropzone.js"></script> <div class="row-fluid"> <div class="span4" style="text-align: center"> <div id="my-dropzone"> </div> 照片上傳%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20</div>%20%20%20%20</div>%20%20%20%20<button>上交</button>%20%20%20%20<script>%20%20%20%20var%20myDropzone%20=%20new%20Dropzone("div#my-dropzone",%20{%20%20%20%20%20%20%20%20%20url:%20"./data.php",%20%20%20%20%20%20%20%20enqueueForUpload:%20true,%20%20%20%20%20%20%20%20clickable:%20'#openDropZone',%20%20%20%20%20%20%20%20thumbnailWidth:%20200,%20%20%20%20%20%20%20%20thumbnailHeight:%20200,%20%20%20%20%20%20%20%20previewTemplate:%20"<div>\n%20%20<div>\n%20%20%20%20<div><span></span></div>\n%20%20%20%20<div></div>\n%20%20%20%20\n%20%20</div>\n%20%20<div><span></span></div>\n%20%20<div><span></span></div>\n</div>"%20%20%20%20});%20%20%20%20myDropzone.on("selectedfiles",%20function(files)%20{%20%20%20%20%20%20%20%20myDropzone.removeAllFiles();%20%20%20%20});%20%20%20%20myDropzone.on("addedfile",%20function(file)%20{%20%20%20%20%20%20%20%20$('#imgNoPhoto').hide();%20//%20hide%20the%20default%20no-imge%20img%20%20%20%20});%20%20%20%20$('#btnRegister').click(function(){%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20$('#apply-form').submit();%20%20%20%20%20%20%20%20return%20false;%20%20%20%20});</script>%20%20%20%20%20%20%20%20%20%20%20%20<script%20src="jquery.js"></script></code>
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
回复内容:
%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20
<script%20src="dropzone.js"></script>%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20 照片上傳 <script> var myDropzone = new Dropzone("div#my-dropzone", { url: "./data.php", enqueueForUpload: true, clickable: '#openDropZone', thumbnailWidth: 200, @本文来源gaodaimacom搞#代%码@网-搞代gaodaima码 thumbnailHeight: 200, previewTemplate: "\n \n \n \n \n \n \n \n" }); myDropzone.on("selectedfiles", function(files) { myDropzone.removeAllFiles(); }); myDropzone.on("addedfile", function(file) { $('#imgNoPhoto').hide(); // hide the default no-imge img }); $('#btnRegister').click(function(){ $('#apply-form').submit(); return false; });</script> <script src="jquery.js"></script>