Replies: 2 comments 2 replies
-
Hello, Have you try this? https://docs.adonisjs.com/guides/file-uploads#accessing-uploaded-files |
Beta Was this translation helpful? Give feedback.
1 reply
-
Did you set |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there!
I am sending a data structure like this
{ files: [ { key: 'key1', file: someFile }, { key: 'key2', file: someFile }, { key: 'key3', file: someFile } ] }
but in adonis if I try to look at what I receive by doing request.all(), I am missing the files, is it possible to do what I am trying to do? I don't know if I'm skipping something
Beta Was this translation helpful? Give feedback.
All reactions