Skip to content

A sample Rails project with Fancyupload working for file uploads with progress bar

Notifications You must be signed in to change notification settings

tamoyal/fancyupload_with_rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog Post: http://www.tonyamoyal.com/2010/04/27/getting-fancyupload-to-work-with-rails/

Steps to make the example work:

- Make sure you have the HAML gem installed

- Make sure a public readable crossdomain.xml exists in your /public directory:

<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM
"http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
  <allow-access-from domain="*" secure="false" />
</cross-domain-policy>

- Also make sure a folder named ‘data’ exists in your Rails root. Files are uploaded there by default but this can be changed.

About

A sample Rails project with Fancyupload working for file uploads with progress bar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published