Question

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

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top