I am making an app where the user would be able to upload a pdf file. However, I would like to be able to check the validity of the file type and ensure it is a pdf file. I tried to use the valid-if option along with the RIGHT() function to check the 4 right most characters of the file, but it does not seem to be working.
Not possible.