# File lib/ramaze/helper/upload.rb, line 516
        def unlink_tempfile
          File.unlink(@tempfile.path)
          @tempfile = nil
        end