how can I show the pdf and doc icon on upload type editor field?
Use the dragDropText option of the upload field type. That can be given as HTML, so could use <img> tags in it for example.
dragDropText
upload
<img>
Allan
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
Use the
dragDropText
option of theupload
field type. That can be given as HTML, so could use<img>
tags in it for example.Allan