May field type upload use readonly
May field type upload use readonly

Can upload field use only display?
In my case, some users can upload image, but some can't.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Use
field().disable()
to disallow end user actions on the field.Allan