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
相关问题
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- How to fix IE ClearType + jQuery opacity problem i
- void before promise syntax
- java.lang.NullPointerException at java.io.PrintWri
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.