此处以上传图片为例: html文件: 1 <html lang="en"> 2 <meta charset="UTF-8"> 3 <title>上传图片</title> 4 <script src="http://code.jquery.com/jquery-1.9.1.min.js"></scri ...
分类:
Web程序 时间:
2018-03-22 19:35:11
阅读次数:
206
就是在之前的单文件上传的基础上加了一个函数: 多文件上传的样子: ...
分类:
Web程序 时间:
2017-08-24 13:31:05
阅读次数:
189
多文件上传<input type="file" name="file[]" multiple /><?php function reArrayFiles(&$file_post) { $file_ary = array(); $file_count = count($file_post['name'
分类:
Web程序 时间:
2016-03-08 16:23:35
阅读次数:
133
index_uploads index_uploads.phpuploads.php:"; print_r($_FILES); echo "";...
分类:
Web程序 时间:
2016-01-20 19:13:57
阅读次数:
198
setSavepath($savePath); $this->setFileformat($fileFormat); $this->setMaxsize($maxSize); $this->setOverwrite($overwrite); $...
分类:
Web程序 时间:
2015-08-13 11:57:58
阅读次数:
149
前台html
jquery代码
后台PHP处理
前台html
<input class="imagesUplo...
分类:
Web程序 时间:
2015-03-17 10:33:26
阅读次数:
158
HTML表单: upload file PHP多文件上传函数表单uploads.func...
分类:
Web程序 时间:
2015-02-09 17:39:25
阅读次数:
209