Re: Is there any concrete example on how to use Restlet File Upload extension with Google App Engine?

2015-01-16 Thread Thierry Boileau
Hello, I've made some tests, and I think I will change the documentation, as we can have the same code in classic JVM, or GAE/servlet contexts: In this sample code, we just send back the content of the "fileToUpload" item. @Post public Representation accept(Representation entity) throws E

Re: Is there any concrete example on how to use Restlet File Upload extension with Google App Engine?

2015-01-16 Thread Xybrek
On Friday, 16 January, 2015 05:51 PM, Thierry Boileau wrote: > Hello, > I guess you are refering to this page of the user guide: > http://restlet.com/technical-resources/restlet-framework/guide/2.3/extensions/fileupload > > The code is exactly the same for the GAE edition, except that you cannot >

RE: Is there any concrete example on how to use Restlet File Upload extension with Google App Engine?

2015-01-16 Thread Thierry Boileau
Hello, I guess you are refering to this page of the user guide: http://restlet.com/technical-resources/restlet-framework/guide/2.3/extensions/fileupload The code is exactly the same for the GAE edition, except that you cannot write File directly as is it forbidden by the GAE platform. You can st