On Fri, Apr 1, 2011 at 8:26 PM, Jesse Roach <[email protected]> wrote: > On upload: > toBase64(fileReadBinary(arguments.file))
Maybe I'm still working with the old version but you should *not* have to go to these lengths to upload a file. I suspect you're still running into some of the wrinkles that Alan is currently working on so if you absolutely have to have it working right this second, and that does the trick, then I guess that's OK, but this isn't ultimately how this will work. > How can I pull more information from this? Well, again this will all be easier once any remaining kinks are worked out, at which point I'd suggest using the GAE image service functionality to work with the image. Even given how you're doing things now you should be able to use the GAE image service to do things with the file like get the image type, size, resize it, etc. -- Matthew Woodward [email protected] http://blog.mattwoodward.com identi.ca / Twitter: @mpwoodward Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html -- official tag/function reference: http://openbd.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
