Added file uploader

Uploaded map files will be saved in /redmine/public/data

refs #16
This commit is contained in:
2012-04-26 10:56:28 -04:00
parent 6bbf73a85a
commit 228ff2b8d4
4 changed files with 24 additions and 8 deletions

View File

@@ -28,4 +28,9 @@ class MapsController < ApplicationController
end
def uploadFile
post = Map.save(params[:upload])
render :text => "File has been uploaded successfully"
end
end #EOF