adminjs-upload icon indicating copy to clipboard operation
adminjs-upload copied to clipboard

Upload in custom component

Open etomarat opened this issue 3 years ago • 1 comments

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.

etomarat avatar May 06 '22 15:05 etomarat

You could take advantage of the API for this, send a request to your file upload resource url and fetch info the same way

Hieser21 avatar Apr 24 '23 03:04 Hieser21