Vadim Gritsenko wrote:
> oceatoon wrote:
>> Hello every one,
>>
>> We have an image upload system in our cforms, we need to put up a system
>> that resizes and adds some stuff onto the images and saves them back to
>> disk.
>>
>> We are allready use the svg2jpg serialiser and now we would like to save
>> this well formed image to disk.
>> We thought of using processtoStream(...) in Flow and do all the File
>> saving in there. Before starting anything, I thgought of the allmighty
>> dev ressource to ask if this is the right way, or might there be a more
>> adequate solution ??
>
> http://wiki.apache.org/cocoon/SavingFilesToFileSystem
>
> Replace "PDF" with "JPG", everything else is the same.
>
> Vadim
Thanks Vadim, it's exactly what I needed
Regards
Tibor
|