Quote Originally Posted by lankeeyankee View Post
This is probably happening because it's going to https. If you change the link to NONSSL that might solve the problem. I was getting this with an ajax form when it was submitted and it drove me crazy until I really paid attention to what firebug was telling me. Once I changed the redirect link to NONSSL the 302 went away and it worked properly.
Actually turned out to be a permissions error, I was logged in as root when uploading files and didn't chown/chgrp the files.