I have managed to save the file into Blob (or at least I think I did). It
showed me an error that Blobstore api wont be available until bill has been
enabled. I was not aware of this restriction. Anyway is it possible to save
the file somewhere else and not into Blob?

For those who will look at this thread later...after you enable upload
component and are able to use UploadedFile you can take the InputStream from
that class (it will contain the uploaded file) and then save that stream
like a Blob.

Information about that can be found 
http://stackoverflow.com/questions/1513603/how-to-upload-and-store-an-image-with-google-app-engine-java
here . Just find this line and start from there  InputStream imgStream =
imageItem.openStream();

So is there a way to save the file in some other way other then Blob?
Also if the billing must be enabled can I set maximum budget at 0? 

Denis Stepanov tnx for your help. I could do this with out you. 

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Tapestry-upload-and-Google-App-Engine-tp4717221p4720053.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to