anveo/swfupload_demo

After each upload I get a notification warning popup

Opened this issue · 1 comments

localhost:3000 says 422

422 error can be fixed by doing this:

class SongsController < ApplicationController
protect_from_forgery :except => :create

Sweet :)