摘要:        
下载nicEdit富文本编辑框,把nicEdit.js文件放到public/javascripts/下新建jade文件:代码如下doctype htmlhtml head title script(type="text/javascript", src="/javascripts/nicEdit.js") script(type="text/javascript"). var niceditor; bkLib.onDomLoaded(function() { niceditor = new nicEditor({fullPanel :    阅读全文
posted @ 2014-02-21 16:46
ajunfly
阅读(2227)
评论(0)
推荐(0)
        
            
        
        
摘要:        
安装npm install formidable先把文件上传到临时文件夹,再通过fs重命名移动到指定的目录即可fs.rename即重命名,但是fs.rename不能夸磁盘移动文件,所以我们需要指定上传的临时目录要和最终目录在同一磁盘下前段请求方法1:使用form标签和submit提交 form(action='/uploadImg', method="post", enctype="multipart/form-data" ) input(type="file", id="file1", name=    阅读全文
posted @ 2014-02-21 12:14
ajunfly
阅读(4216)
评论(0)
推荐(0)
        
                    
                
浙公网安备 33010602011771号