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 solution to show the uploaded images. I have come across this thread which discusses this and suggests to use Amazon S3 or Document object stores, but I would prefer to refrain from adding such dependencies just to store and show image files. http://apache-tapestry-mailing-list-archives.1045711.n5.nabble.com/File-System-Asset-Factory-help-needed-and-petition-wanted-td5641308.html I am looking for a solution where I can specify a root directory and generate/retrieve the remaining part of the path, like ChenilleKit has URIAssetFactory. I am getting an error if I include ChenilleKit Tapestry in the classpath Service id 'KaptchaProducer' has already been defined by org.chenillekit.image.ChenilleKitImageModule.buildKaptchaProducer(Map) I guess it is incompatible with tapestry 5.4. Is there a module that implements a File System AssetFactory and compatible with tapestry 5.4? Many thanks, Balazs
