I have the same situation. ExpressionEngine Version 1.6.3, Freeform 2.6.5. Superadmin can upload 3 files, members can upload only 2 files and I only tried uploading small files - 20k each.
I didn’t give up yet! The error message says:
Allowed memory size of 262144 bytes exhausted (tried to allocate 38593 bytes) in ..../core/core.regex.php on line 563
So I had a look at the server configuration and here is what I have:
PHP Version 5.2.6
memory_limit 64M
upload_max_filesize 10M
post_max_size 8M
I did the same test on a different server, PHP Version 4.3.9, similar configuration, same errors
Not sure what else to check but shouldn’t this be enough to upload 3 small files?
Your help is greatly appreciated. Thanks!