[Zope] Uploeading files

Karl Munroe komunroe@uwimona.edu.jm
Thu, 26 Jul 2001 11:17:17 -0800


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.