Set of tools to manage media content as an audio player and a media uploader.
Reactive Model to manage draggable input creation, files reading and server uploading.
- Specs :
{ url: "string", params: { project: "string", container: "string", input: {InputAttributes} } }
React hook that facilitates media upload to an specific URL.
- Specs :
{ url: "string", project: "string", container: "string" }
- uploadFiles: Function to publish files to selected URL. It accepts additional parametres as argument.
- clearFiles: Function to delete files from input.
- files: Files on input.
- fetching: Boolean.
- button: Button reference to add to HTML Element.
- drag: Drag reference to add to HTML Element.