adminjs-upload
adminjs-upload copied to clipboard
Upload in custom component
Hello! Is it possible to use the upload mechanism inside a custom component, without using the standard frontend? I'd like a built-in mechanism to save my files and return the key, title, size, mimeType, etc.
You could take advantage of the API for this, send a request to your file upload resource url and fetch info the same way