You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I would like to be able to send additional data to the file upload endpoint to indicate for example with category file belongs to. Is this achievable ?
Thanks for any suggestions !
The text was updated successfully, but these errors were encountered:
Hi there,
I can upload files using endpoint
Schema :
Form :```
"items": [
{
"key": "images",
"type" : "files",
"endpoint": "http://angular-user.test/api/admin/images",
"startEmpty" : true,
"button_label" : "Vos images"
}
]
The text was updated successfully, but these errors were encountered: