Sha256: 8cdcf8634574c25fd857fccf92fcdc36a1ef75b417f9799e5d5d7d10f2f07505
Contents?: true
Size: 289 Bytes
Versions: 1
Compression:
Stored size: 289 Bytes
Contents
<% form_for '', :url => {:action => 'upload'}, :html => {:multipart => true} do %> <%= hidden_field 'upload', 'bucket_name', :value => @bucket_name %> <p>Upload a file to this bucket:<br /><%= file_field('upload', 'filename', :size => 20) %></p> <p><%= submit_tag 'Upload' %></p> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
s33r-0.5.3 | examples/fores33r/app/views/browser/_upload.rhtml |