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?
Asked
Active
Viewed 692 times
-2
-
Of course it can. What have you tried? – Peter Knego Apr 14 '14 at 15:29
-
Its,all in the docs. Read them first. In any case the question doesnt seem to make sense since java is irrelevant here. – Zig Mandel Apr 14 '14 at 15:30
1 Answers
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
-
For PHP its working fine ,It would be nice if you share a sample working code for JSP – BipinSasi Apr 15 '14 at 10:32