OK, two things.
First, on the PC, it I get the confirmation that the file was uploaded (the green acknowledgment) but the file does not appear.
I then used firebug on the mac and got the following Warning:
move_uploaded_file(/public_html/zp-core/admin-jQuery/files/Danger.jpg) [function.move-uploaded-file]: failed to open stream: No such file or directory in <b>/public_html/zp-core/admin-jQuery/uploader.php</b> on line <b>313</b>
<b>Warning</b>: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpF87uuh' to '/public_html/zp-core/admin-jQuery/files/Danger.jpg' in <b>/public_html/zp-core/admin-jQuery/uploader.php</b> on line <b>313</b>
<b>Fatal error</b>: Call to a member function setOwner() on a non-object in <b>/public_html/zp-core/admin-jQuery/uploader.php</b> on line <b>317</b>
Danger.jpg is the name of my test file.
Now I noticed it's looking for a "files" folder in the admin-jQuery folder. This doesn't exist so I would guess I also have a path issue possibly.
Does that need to be set somewhere since it's not getting my albums folder??