In the file upload dialog I want to see (and allow to uplaod) pdf extension only.
It's possible?
Thank You.
1 Answers
You will need to use on_insert event handler for this check (code link below)
And show extension limit msg on footer as in screenshot.
Code: http://pastebin.com/YTYybktX
Screenshot: http://tinyurl.com/q6tllao
Your Answer