Re: How To Validate a File Name With Required Restrictions
Caroline Jen wrote: If we require a file name submitted by users must be less than 40 characters, not have space and have a single 3 character extension (for example: .doc, .txt, .pdf) To set 40 characters limit, we can do: maxlength 40 I
How To Validate a File Name With Required Restrictions
If we require a file name submitted by users must be less than 40 characters, not have space and have a single 3 character extension (for example: .doc, .txt, .pdf) To set 40 characters limit, we can do: maxlength 40 I think the 3 chara