File Uploader
See: https://www.carbondesignsystem.com/components/file-uploader/usage/
File uploaders allow users to select one or more files to upload to a specific location.
Overview
File uploaders allow users to upload content of their own. A file uploader is commonly found in forms, but can also live as a standalone element. There are two variants of file uploaders—our default file uploader and a drag and drop file uploader.
- class carbondesign.tags.file_uploader.FileUploader(*args, **kwargs)
File Uploader component.
- NODE_PROPS = ('is_loading',)
Extended Template Tag arguments.
- prepare(values, context)
Prepare values for rendering the templates.
- prepare_element_props(props, context)
Prepare html attributes for rendering the form element.
- render_default(values, context)
Output html of the component.
- render_tmpl_help(values, context)
Dynamically render a part of the component’s template.