class DirectUploadsController
Ruby on Rails 6.1.7.10
Since v5.2.8.1Creates a new blob on the server side in anticipation of a direct-to-service upload from the client side. When the client-side upload is completed, the signed_blob_id can be submitted as part of the form to reference the blob that was created up front.
Inherits from
Methods (defined here)
- # create
Private methods
(2)
Implementation detail — not part of the public API.
Methods (inherited)
From ActionController::Base (3)
- # request
- # response
- self. without_modules
From ActiveSupport::Concern (3)
- # class_methods
- # included
- # prepended