Advertisement

node express 服务器支持文件上传服务

阅读量:

1 前端上传功能通过引入 webuploader 插件实现文件传输操作 http://fex.baidu.com/webuploader/getting-started.html

复制代码
 <!DOCTYPE html>

    
 <html>
    
 	<head>
    
 		<meta charset="utf-8" />
    
 		<title>1</title>
    
 		<link rel="stylesheet" href="webuploader-0.1.5/webuploader.css" />
    
 		<script src="js/jquery.js"></script>
    
 		<script src="webuploader-0.1.5/webuploader.js"></script>
    
 		<style>
    
 			#uploader { width: 1000px; height: 400px; border:1px solid black;}
    
 			#uploader>div { width: 150px; height: 150px; border:1px solid black; float: left; }
    
 			#uploader>div>div{ wi

全部评论 (0)

还没有任何评论哟~