plupload_rails_example icon indicating copy to clipboard operation
plupload_rails_example copied to clipboard

Explicit JS format needs to added for photo create request

Open sandipransing opened this issue 14 years ago • 0 comments

Inside create action i need to explicitly set request format as js because it comes as 'text/html' request.format = :js respond_to :js

sandipransing avatar May 20 '11 12:05 sandipransing