diff --git a/.settings/.jsdtscope b/.settings/.jsdtscope index f5d6a6f..11dfb48 100644 --- a/.settings/.jsdtscope +++ b/.settings/.jsdtscope @@ -1,10 +1,6 @@ - - - - - + diff --git a/README.md b/README.md index 5e08dcd..93c177e 100644 --- a/README.md +++ b/README.md @@ -1 +1,68 @@ # recorder-online-upload + +## 简介 +1. 在线录音并直接上传到服务器 +2. 封装了[FlashWavRecorder](https://github.com/cykod/FlashWavRecorder) + +## 使用 +1. 运行 + 1. 请下载本项目,并导入myeclipse中 + 2. 跑起项目,访问http://localhost:8080/recorder-online-upload查看效果 +2. 定制 + 1. 打开WEB-INF/view/index.html + 2. 只有以下代码是需要的: + + + + + +
+
+ + + + + +
+
+ +
+ + + + + + +
最后的录音事件:ready
+
录音时长:
+
上传状态:
+ +
+ + +
+ + + +
+
+ + 3. 将上面代码中的${base}替换成自己项目的路径 + 4. 将上面代码中form的action替换成自己的上传文件处理action + 5. 将main.js中一些base路径替换为自己对应的路径 +## 详细说明 +详细说明请访问这里[]() + +## 作者 +1. uikoo9 +2. 欢迎访问[uikoo9.com](http://uikoo9.com) diff --git a/WebRoot/WEB-INF/view/inc/inc-bootstrapq.html b/WebRoot/WEB-INF/view/inc/inc-bootstrapq.html deleted file mode 100644 index 555d97b..0000000 --- a/WebRoot/WEB-INF/view/inc/inc-bootstrapq.html +++ /dev/null @@ -1,26 +0,0 @@ -<#include "/com/uikoo9/util/jfinal/view/common/inc.html"/> - -<#-- bshead --> -<#macro bshead pos='top' sname='bootstrapQ' shref='http://uikoo9.com/bootstrapQ'> - - \ No newline at end of file diff --git a/WebRoot/WEB-INF/view/inc/inc-dishi.html b/WebRoot/WEB-INF/view/inc/inc-dishi.html deleted file mode 100644 index 3c5d076..0000000 --- a/WebRoot/WEB-INF/view/inc/inc-dishi.html +++ /dev/null @@ -1,40 +0,0 @@ -<#include "/com/uikoo9/util/jfinal/view/common/inc.html"/> - -<#-- bshead --> -<#macro bshead pos='top' sname='滴石' shref='http://uikoo9.com/dishi'> - - \ No newline at end of file diff --git a/WebRoot/WEB-INF/view/inc/inc-jfinalq.html b/WebRoot/WEB-INF/view/inc/inc-jfinalq.html deleted file mode 100644 index 2dcfc53..0000000 --- a/WebRoot/WEB-INF/view/inc/inc-jfinalq.html +++ /dev/null @@ -1,26 +0,0 @@ -<#include "/com/uikoo9/util/jfinal/view/common/inc.html"/> - -<#-- bshead --> -<#macro bshead pos='top' sname='jfinalQ' shref='http://uikoo9.com/jfinalQ'> - - \ No newline at end of file diff --git a/WebRoot/WEB-INF/view/inc/inc.html b/WebRoot/WEB-INF/view/inc/inc.html deleted file mode 100644 index 1de4a2f..0000000 --- a/WebRoot/WEB-INF/view/inc/inc.html +++ /dev/null @@ -1,74 +0,0 @@ -<#include "/com/uikoo9/util/jfinal/view/common/inc.html"/> - -<#-- bshead --> -<#macro bshead pos='top' sname='uikoo9.com' shref='http://uikoo9.com/'> - - \ No newline at end of file