bhorvat wrote > > > arterzatij wrote >> >> And what is the better approach in order to upload files to a web app >> without using DBs and file system? >> > > Hi, > > Can you please check out my "solution" and try to figure out what is > wrong. It is like the MIME of the file is set wrong so the file is > corrupted, but I am not sure how to fix this. > > Cheers >
When I did this in other project that the requirement was store files in the file system I did it as follow I use: ApplicationGlobals in order to get the file path (files/images, files/documents) and to put a link I used (${context:files/images}/${bean.file}) with this I didn't handle an stream -- View this message in context: http://tapestry.1045711.n5.nabble.com/File-System-Asset-Factory-help-needed-and-petition-wanted-tp5641308p5646929.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