X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1a65c279aab2b99d13dbf5909a1a05ad52648b25..b300c03b9936c37ff488c0d2bb851061bfc8ac20:/app/controllers/api/traces_controller.rb?ds=sidebyside diff --git a/app/controllers/api/traces_controller.rb b/app/controllers/api/traces_controller.rb index 43bbeeb1d..9894441ff 100644 --- a/app/controllers/api/traces_controller.rb +++ b/app/controllers/api/traces_controller.rb @@ -101,7 +101,7 @@ module Api filename = "/tmp/#{rand}" # ...and save the uploaded file to that location - File.open(filename, "wb") { |f| f.write(file.read) } + File.binwrite(filename, file.read) # Create the trace object, falsely marked as already # inserted to stop the import daemon trying to load it