Application Demo
This demo shows how SWFUpload can behave like an AJAX application. Images are uploaded by SWFUpload then some JavaScript is used to display the thumbnails without reloading the page.
<% form_for(Photo.new) do |f| %>% content_for :javascript do %> <% end %>
This demo shows how SWFUpload can behave like an AJAX application. Images are uploaded by SWFUpload then some JavaScript is used to display the thumbnails without reloading the page.
<% form_for(Photo.new) do |f| %>