-
Hi, how to allow files for forms? |
Beta Was this translation helpful? Give feedback.
Answered by
Misagh90
Sep 29, 2023
Replies: 1 comment 1 reply
-
I fix it by adding "acceptsFiles()" before "open" like this: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Misagh90
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I fix it by adding "acceptsFiles()" before "open" like this:
{{ html()->form('POST')->route('entity.store')->acceptsFiles()->open() }}