Removed File.basename stripping of filename upon file creation
Created by: bwinterton
Removed file.baseline
stripping of the params[:file_name]
so that a new file can be created in a specified directory. This allows creation of a file within a new directory from the web UI. Directory creation occurs by specifying a relative directory path in the file name field on the file creation view.