Structs
- Struct representing an asset ready for upload. An
AssetInfocan represent a physical file, in which case thecontentwill correspond to the name of the file; or an in-memory asset, in which case thecontentwill correspond to the content of the asset. - A progress bar or spinner
Constants
Traits
- Types that can upload assets in parallel.
- Types that can be prepared to upload assets (files).
- Types that can upload assets (files).
Functions
- Returns a new uploader trait object based on the configuration
uploadMethod.