Uploading images to App Engine in Java using Jquery blueimp [closed]

烈酒焚心 提交于 2019-12-13 04:47:13

问题


Could someone point me to some resource to implement multiple image uploads to Java app engine blobstore using JQuery blueimp plugin? The docs have a maven implementation but I understand porting an existing project to Maven is tricky and I want avoid this step. Thanks


回答1:


Hi I also kept struggling with this plugin but since the documentation is old so things were not working properly with the latest GAE version due to asm and some other jars.

I tried using this Plugin and its working absolutely fine for me. Also in the backend I have used the normal code for file upload as provided in GAE blobstore documentation. You can also check the real implementation of this plugin on this URL.



来源:https://stackoverflow.com/questions/19828787/uploading-images-to-app-engine-in-java-using-jquery-blueimp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!