Re: Tapestry-upload and File System AssetFactory .

2015-02-25 Thread Balázs Palcsó
Hi, Thanks for the quick replies. I will try to implement it. Regarding ChenilleKit JARs. I have added this dependency to build.gradle: compile 'org.chenillekit:chenillekit-tapestry:1.3.3' which brings in these files. chenillekit-core-1.3.3, chenillekit-google-1.3.3, chenillekit-image-1.3.3, chen

Re: Tapestry-upload and File System AssetFactory .

2015-02-24 Thread Geoff Callender
In the following code, I made ImageInlineStreamResponse by extending InlineStreamResponse from http://wiki.apache.org/tapestry/Tapestry5HowToStreamAnExistingBinaryFile. public ImageInlineStreamResponse getPictureAsImageStream(Integer someId) throws FileNotFoundException {

Re: Tapestry-upload and File System AssetFactory .

2015-02-24 Thread Thiago H de Paula Figueiredo
On Tue, 24 Feb 2015 20:29:44 -0300, Balázs Palcsó wrote: Hi, Hi! I am developing an application that allows uploading images with tapestry 5.4-beta-28. My plan is to store the uploaded files on the file system. I have managed to implement this bit, but I am struggling to come up with a s