# File lib/ramaze/helper/upload.rb, line 396
        def filename=(name)
          @filename = File.basename(name)
        end