Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人可以向我指出一些资源来使用 JQuery blueimp 插件将多个图像上传到 Java 应用程序引擎 blobstore 吗?文档有一个 Maven 实现,但我知道将现有项目移植到 Maven 很棘手,我想避免这一步。谢谢
嗨,我也一直在努力使用这个插件,但由于文档很旧,所以由于 asm 和其他一些 jars,最新的 GAE 版本无法正常工作。
我尝试使用这个插件,它对我来说工作得很好。同样在后端,我使用了 GAE blobstore 文档中提供的文件上传的正常代码。您还可以在此URL上查看此插件的实际实现。