27 Jul
2001
27 Jul
'01
7:17 p.m.
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