Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

files endpoint option #995

Open
hugsbrugs opened this issue May 31, 2019 · 0 comments
Open

files endpoint option #995

hugsbrugs opened this issue May 31, 2019 · 0 comments

Comments

@hugsbrugs
Copy link

Hi there,

I can upload files using endpoint

Schema :

"image":  {
                    "title": "Image",
                    "type": "array",
                    "format": "singlefile",
                    "x-schema-form": {
                       "type": "array"
                    },

Form :```

"items": [
{
"key": "images",
"type" : "files",
"endpoint": "http://angular-user.test/api/admin/images",
"startEmpty" : true,
"button_label" : "Vos images"
}
]

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 ! 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant