how to control what files allow to upload to blobstore by inspecting the 
contenttype because if we put blobstoreService.createUploadUrl("/upload") , 
the upload servlet will only be call if file already finished successfully 
uploaded. Can the control be implemented at the point before entire file is 
started uploaded into blobstore and before /upload servlet is called? Also, 
how to have different form allow to upload diffrent type of files?

-- 
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