Added file uploader
Uploaded map files will be saved in /redmine/public/data refs #16
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user