Hi everyone, new to the group, didn't find another thread but I'm sure
this is a basic question. I need the servlet to accept a file via
multi-part form post and create a file instance. I don't need to
worry about persistence, storing to memcache or the datastore. Are we
not able to simply create a file instance referring to the temp file
location? I
File myTempFile = new File("path to temp file");
I've read that gae doesn't support writing to the file system, also
read up on the blobstore, and memcache. Writing to the blobstore
seems like a solution but a bit overkill I think. I basically just
need to create a file object and pass that on as a parameter so again,
don't need persistence.
----
Thanks!
ea
--
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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.