Uploading images to App Engine in Java using Jquer

2019-09-03 14:53发布

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条回答
Animai°情兽
2楼-- · 2019-09-03 15:28

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.

查看更多
登录 后发表回答