Uploadcare 上传图像输入未使用 Meteor 显示

Uploadcare uploading images input not been shown with Meteor

我正在使用 uploadcare 上传图片,但看不到上传按钮。

我已经在脚本标签内的 main.html 中设置了我的 public 密钥,并且还通过 npm install 安装。

这是我表单中的代码,我缺少什么?我是 uploadcare 的新手,所以我不太确定它需要哪些其他字段或如何使用它们,我知道 "role" 是必需的。

<input type="hidden" role="uploadcare-uploader" name="my_file" />

注意;我正在使用 meteor 和 react 来构建我的应用程序。

很难通过一行代码判断您的代码出了什么问题,但这里是 demo 我将 Uploadcare 小部件与 Meteor + ReactJS 组合在一起使用。

有关 Meteor + Blaze 演示,请访问 this 页面。