I am working on multi uploading using blobstore.
Everything's done so far except canceling uploading after calling
url(_ah/upload/...) created by createUploadUrl().
The url is called by ajax. When the cancel button is clicked while a
file is still being uploaded, ajax function, abort() is called. But
after aborting ajax request, uploading process is still on going on
server side, and finished successfully.
Is there any way to stop the uploading process?
I need to find a way to stop the request before a callback is made.
Please help me out. It would be greatly appreciated.

Peter

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to