Start typing to search...
Docs
Enabling customizations
File
Search

File (deprecated)

  • User can upload any file.

  • Use the file type to enable users to upload raw files in their original format. For example, to offer high-resolution images for download rather than for display in a browser.

  • To apply automatic transcoding and transformations for specific file types, use the associated VCC. See image, video, sound, or media.

  • Using a file VCC is equivalent to using a media VCC with acceptOnly set to ["file"].

fileVCC
File VCC

Sample file VCC

{
  "key": "myFile",
  "name": "My File",
  "description": "This is my file description",
  "type": "file"
}