简体   繁体   English

发送文件上传到保管箱

[英]send file upload to dropbox

I want to send the uploads via javaScript to the drop box. 我想通过javaScript将上载发送到下拉框。 All the referring posts at stackoverflow link to not existant pages. stackoverflow上的所有引荐帖子都链接到不存在的页面。

I'm using a NOde.js server. 我正在使用NOde.js服务器。

There is no such thing as AJAX from server -> server. 服务器->服务器中没有诸如AJAX之类的东西。 It's really just HTTP requests or however dropbox API works. 它实际上只是HTTP请求,或者Dropbox API可以工作。

This module should help you, first hit on google "node.js dropbox" 这个模块应该对您有帮助,首先点击Google“ node.js dropbox”

https://github.com/sintaxi/node-dbox https://github.com/sintaxi/node-dbox

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM