All Questions
1 question
3
votes
0
answers
493
views
BlobStore upload URL works, but returns 404
I am attempting to upload pictures to google Blobstore using purely javascript. I have a REST api that I query to get the upload url. I grab the upload url and post using the following code:
<form ...