Karl Munroe writes: > 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. Solution in the searchable mailing list archive: search for "seek and tell" Dieter