-2

I am trying to upload a file to Blobstore with JQuery / Ajax. Is there a possibility of uploading a file to Blobstore with JQuery or Ajax in Java application?

marc_s
  • 732,580
  • 175
  • 1,330
  • 1,459
BipinSasi
  • 187
  • 14

1 Answers1

0

Read the docs about the server side blob upload. Then see the client side: Sending multipart/formdata with jQuery.ajax

Community
  • 1
  • 1
Peter Knego
  • 79,991
  • 11
  • 123
  • 154