I had the same problem. Fortunately, the fix is pretty easy:
In the AquaticPrime.php file, scroll down to the bottom and look for this line:
$headers .= "Content-Type: application/octet-stream; name=\"$name\"\n";
Now, change it to something like this:
$headers .= "Content-Type: application/x-yourappname; name=\"$name\"\n";
where you replace "yourappname" with, in your case, "rubitrack2". I noticed
that the problem started with Snow Leopard; users of OS X 10.5 never reported
the problem to me, just the 10.6 users. At any rate, the above tweak should fix
your problem for you.
- Mike
---
Michael A. LaMorte
Minder Softworks
a division of Springboard Enterprises Ltd
[Non-text portions of this message have been removed]