1、accept 只能选择png和gif图片 2、multiple 多文件上传 ...
分类:
其他好文 时间:
2016-08-26 11:50:40
阅读次数:
890
前台HTML代码: || /assets/uploadify/uploadify.css" rel="stylesheet" type="text/css" /> 前台JS: $("#about_file_upload").uploadify({ 'swf': '/... ...
分类:
Web程序 时间:
2016-08-23 23:40:42
阅读次数:
519
配置: <!-- 多部分文件上传 --> <bean id="multipartResolver"class="org.springframework.web.multipart.commons.CommonsMultipartResolver"> <property name="maxUpload ...
分类:
Web程序 时间:
2016-08-23 14:31:58
阅读次数:
306
首先需要导入一些js和css文件 <link href="__PUBLIC__/CSS/bootstrap.css" rel="stylesheet"> <link type="text/css" rel="stylesheet" href="__PUBLIC__/CSS/fileinput.css ...
分类:
Web程序 时间:
2016-08-19 15:04:17
阅读次数:
404
1.框架:是一个半成品,可以在其基础上在次开发。 2.struts2框架:它是一个web层使用的mvc框架。 3.struts2核心 1.struts2核心 2.xwork核心 4.struts2入门: 1.导jar包 struts2/apps/strut_blank.war文件 2.需要配置str ...
分类:
其他好文 时间:
2016-08-18 21:25:05
阅读次数:
167
Uploadify是一款基于JQuery的优秀的文件/图片上传的插件,有基于Flash和HTML5两种版本。Uploadify/uploadifive主要特点有:1. 多文件上传2. 个性化设置3. 上传进度条显示 4. 拖拽上传(HTML5版本) 官网:http://www.uploadify.c ...
http://plugins.jquery.com/ 用到一下插件: magnific popup 看大图 jQuery File Upload 多文件上传 jQuery Rotate 图片旋转 github 项目地址: git@github.com:witaste/imgupload.git 效果 ...
分类:
Web程序 时间:
2016-08-06 08:33:02
阅读次数:
186
一、效果展示 包括文件上传面板以及文件上传列表 二、介绍 长话短说,采用spring springMVC mybatis maven mysql,实现多文件上传功能,下载使用的是流的形式。 其中涉及的分页我会另开一片博客介绍。 三、准备材料 plupload artDialog 还有一份初始化插件的 ...
分类:
Web程序 时间:
2016-07-19 13:36:31
阅读次数:
326
1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE struts PUBLIC 3 "-//Apache Software Foundation//DTD Struts Configuration 2.3//EN" 4 "http://strut ...
分类:
其他好文 时间:
2016-07-19 09:45:57
阅读次数:
151