Hi
Two years ago, I’ve projected in PHP a web site for preview and
download JPG images; that site, use an APPLET (
http://www.lawrencegoetz.com/programs/lgviewer/ ) for the preview.
Now, I’m re-project the site with ruby and I don’t know how implement
it.
I’ve created a views named preview.rhtml with its controller and
model… but I don’t understand where I’ve to put the APPLET CLASS. In
the same directory of preview.rhtml or in public?
Thank’s.