Upload files using attachment_fu and swfupload on rails

Uploading files in ruby on rails application seems trivial task using attachment_fu plugin but it become non-trivial when you need to display upload progress.Recently we had requirements from client to show the progress bar while uploading the image/video files. We could show the file upload progress only when we upload with flash. We found swfupload …

Upload files using attachment_fu and swfupload on rails Read More »