Search code examples
ruby-on-railsruby-on-rails-3jquery-pluginsruby-on-rails-3.1plupload

how to combine or join file with Content-Type: application/octet-stream


I using jquery file upload . In path Chunked file uploads when the file was chunk (or cut) to smaller files . It was combine in client or I must combine it in my controller . And how can I do it?


Solution

  • It always helps to build up your google skills:

    rails chunked file uploads