Css extension File Form field #1295
michaeljcoyne
started this conversation in
General
Replies: 2 comments
-
Hi @michaeljcoyne, I tried with these settings and it was successful. Can you clear the cache with php artisan config:cache, php artisan cache:clear and try again?
I also tried it locally with these settings.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @afatmustafa the second exampl workd for me. Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I am trying to get the file uploader to accept css files. Have tried the following in twill.config to no avail.
'allowed_extensions' => ['svg', 'jpg', 'gif', 'png', 'jpeg', 'text/css', 'css'],
Does it accept css. If so how?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions