# File lib/dragonfly/job.rb, line 328
    def b64_data
      "data:#{mime_type};base64,#{Base64.encode64(data)}"
    end