Ok, so talk to your host provider and have them increase the memory_limit value. I do not know if you actually added this to the system file .htaccess.
You said you tried everything, but the host provider change and the change below helped with 50M of upload using the flash uploader.
add this to the .htaccess:
php_value max_execution_time 1800
The combination of these changes helped the problem that I was having, which also seems very similar or even the exact problem you are having.
Hope this helps,
Paul