Solved
how to filter extensions
Hi,
I have a pathfield, i need to limit the type of the files to .jpeg.
I can't find the right property.
Thanks
Hi,
I have a pathfield, i need to limit the type of the files to .jpeg.
I can't find the right property.
Thanks
Simple approach would be to use regex. Please use this code and keep all extension you want or add or remove
regex :/\.(png|jpg|jpeg)$/, regexText : "Please choose an correct file"
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.