nodejs上传文件的时候,我想时时获得文件上传的进度 怎么处理?
求高手……
以前用formidable,可以知道上载进度。现在formidable集成到express里了,应该还有这功能。
如果是自己做的话,可以考虑用sokect.io来实时推送百分比。
给你个教程 http://dev.tutsplus.com/tutorials/how-to-create-a-resumable-video-uploade-in-node-js–net-25445
这个涉及到数据流的操作 http://www.nodejs.org/api/stream.html
实现起来并不难
套框架,玩起来没一点意思