UnityEngine.WWW memory problems.

Unity 3.5.whatever, I’m trying to upload a movie with UnityEngine.WWW call. It seems like it’s making multiple copies in memory and keeps running out of memory all the time when movie size exceeds ~80MB.

Here’s a forum thread I made about it, you can post your answers here or there:
1

Oh, almost forgot the question: How can I solve these memory issues without dropping the upload feature?

Have you looked at UniWeb?

and