Why don't you create a symlink verXXX to images at your server?
Cheers
> Hi , I was able to do so in Controller/Root.pm sub end : Private { my ($self,
> $c) = @_; $c->forward('render') unless $c->res->output ;
> $c->fillform($c->stash->{fillindata}) ; >>>> my $body =
> $c->response->{body}; >>>> $body =~
> s#/static/#/static/ver8291/#g ; >>>>
> $c->response->output($body); } Thanks. Regds
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/