26 Jul
2001
26 Jul
'01
7:17 p.m.
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.
27 Jul
27 Jul
7:17 p.m.
New subject: [Zope] Uploeading files
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
9019
Age (days ago)
9020
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dieter Maurer -
Karl Munroe