If you have file upload working on firefox, I am desperate, please help.
Having to talk to javascript to upload files will be the tackiest thing
ever, but this FileReference class is sandbox hell atm =(
I cannot seem to log the connect attempt in any way on my server, but
examining my packets via ethereal I see its trying something.
I have it completely working in IE, after getting around the SSL problem and
sending the right stuff :
header("Cache-Control: ");
header("Pragma: ");
session_cache_limiter('public');
Is it possible I have to do something similar in order to get firefox to
upload files? The problem is showing similar symptoms.
Please help,
Seth