Re: [appengine-java] Re: GAE Teams Content-Transfer-Encoding: base64 data uploads don't work.

2011-05-04 Thread Brandon Donnelson
FYI: (will store in issue too, and post to GWT issues) I noticed is Base64Utils a $ for the 63 character. Docs show 63 being a / char. http://en.wikipedia.org/wiki/Base64#Variants_summary_table . I'm not sure which Base64 variant is being used in app engine, but I am assuming mime. I'm

Re: [appengine-java] Re: GAE Teams Content-Transfer-Encoding: base64 data uploads don't work.

2011-05-04 Thread Brandon Donnelson
Oops I think the 62 (zero ordinal index) should be a +. -- 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

[appengine-java] Re: GAE Teams Content-Transfer-Encoding: base64 data uploads don't work.

2011-05-03 Thread Brandon Donnelson
I'm wondering if I am having operator error? -- 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

Re: [appengine-java] Re: GAE Teams Content-Transfer-Encoding: base64 data uploads don't work.

2011-05-03 Thread Brandon Donnelson
Thanks for looking :) -- 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

[appengine-java] Re: GAE Teams Content-Transfer-Encoding: base64 data uploads don't work.

2011-05-03 Thread Brandon Donnelson
I thought I'd try maximum encoded line length and put a CR/LF at the end of each line of base64, so far no luck on GAE side. I'm changing directions for now, I'm going send my base64 images from canvas through RPC in chunks, and decode and write to blob on the server side. This will allow me

[appengine-java] Re: GAE Teams Content-Transfer-Encoding: base64 data uploads don't work.

2011-04-30 Thread Brandon Donnelson
Demo to test my point: http://demogwtcanvas.appspot.com - Demo http://code.google.com/p/gwt-examples/source/browse/trunk/DemoGwtCanvas/src/org/gonevertical/democanvas/client/UploadImage.java - source code for it Brandon Donnelson http://gwt-examples.googlecode.com -- You received this