Sha256: 4a7a7ff52f60f5649e616f67c0634e0f2c0b1dd63477a3c99d767bf8040d52d2
Contents?: true
Size: 309 Bytes
Versions: 4
Compression:
Stored size: 309 Bytes
Contents
<?xml version="1.0"?> <html> <?r file = context['file'] File.open('koko.png', 'wb') do |f| f << file end ?> <h1>#{context['title']}</h1> <img src="" /> --- #{context['file'].class}<br /> #{context.params.keys} <br /> #{context.params.values.collect {|v| v.class}.join('<br />')} </html>
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
nitro-0.10.0 | examples/tiny/root/upload.xhtml |
nitro-0.11.0 | examples/tiny/root/upload.xhtml |
nitro-0.12.0 | examples/tiny/root/upload.xhtml |
nitro-0.13.0 | examples/tiny/public/upload.xhtml |