Sha256: cf3a4fe8e3aaac7ea305d45708e4477181dbf566eb4bfbe56e2622ab5d2ee200

Contents?: true

Size: 418 Bytes

Versions: 9

Compression:

Stored size: 418 Bytes

Contents

<p>Upload One restricted to 1MB:
  <%= upload_form(@user, true, container_prefix = '', :file_size_limit => '1 MB') %>
</p>

<p>Upload restricted to images:
  <%= upload_form(@user, false, container_prefix = 'a_container_with_a_long_name', :file_types => '*.jpg') %>
</p>

<p>Upload With Background Button using transparent:
  <%= upload_form(@user, false, container_prefix = 'background', :transparent => true) %>
</p>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
uploader-0.2.8 test/rails_root/app/views/default/index.html.erb
uploader-0.2.7 test/rails_root/app/views/default/index.html.erb
uploader-0.2.6 test/rails_root/app/views/default/index.html.erb
uploader-0.2.5 test/rails_root/app/views/default/index.html.erb
uploader-0.2.4 test/rails_root/app/views/default/index.html.erb
uploader-0.2.3 test/rails_root/app/views/default/index.html.erb
uploader-0.2.2 test/rails_root/app/views/default/index.html.erb
uploader-0.2.1 test/rails_root/app/views/default/index.html.erb
uploader-0.2.0 test/rails_root/app/views/default/index.html.erb