1.i have byte[] array that get from blobstore. I want to input the
byte [] into new File("") but appengine prevent from using
OutputStream/FileOutputStream.   what is the workaround to write byte
into new File[] ?  this new File[] is only required to be read , no
need to write into filesystem



2. currently only max 10mb of static file can be uploaded into
production appengine. for pay service, anyway to request for 100mb? i
only need to read the file, do not need to write into filesystem

-- 
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-j...@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