X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a14eff91770edb76843469ec9cb822d278639580..38613c02836e5095cadc965724197c6d50332cb5:/app/controllers/traces_controller.rb?ds=sidebyside diff --git a/app/controllers/traces_controller.rb b/app/controllers/traces_controller.rb index 9ebad1613..43977c3ce 100644 --- a/app/controllers/traces_controller.rb +++ b/app/controllers/traces_controller.rb @@ -256,7 +256,7 @@ class TracesController < ApplicationController 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