Hi all, this might seem like a dumb question, but I will ask anyway. I have a web form which asks users to upload files. I want to be able to check the length or size of the file. How do I do so? I tried _.len(REQUEST['FormFileVariable']) but got an error. Thanks in advance.