-
Can someone contact me through email that does publishing to Macintosh and is familiar with sending/receiving data using ASP.
It really stinks that Mac IE5 has so much difficulty with using LoadVars and POST, and even sometimes GET.
I had to jerry rig an entire module I made that worked fine on all PC's, but not on Mac. And the main user of the thing will be 50/50 mac and pc.
So i'd like to know how those people that publish regularly for Mac and use ASP do their loading. LoadVars() was so nice since it had an onLoad function and I didn't have to do frame-based load checking.. maybe there is another way to check for lodaing using loadVariables?
thanks
.fe.
-
I had some issues that did get solved setting the header to:
Code:
application/x-www-urlformencoded
http://www.macromedia.com/support/fl...variables.html
That might help.
-
So how do I set the header to that?
I honestly don't know what you mean by header. Can I set the above statement in Flash?
Any more explanation would be helpful.
thanks for someone finally responding about this
.fe.
-
You need to set it in the ASP script you are loading in.
http://coveryourasp.com/Snippet.asp?snip=35
You can find a overview of MIME types at : http://www.utoronto.ca/webdocs/HTMLd.../mimetype.html
also : http://ppewww.ph.gla.ac.uk/~flavell/...tent-type.html should give you a quick intor to the content-type.
Also: search for MIME types or content-type at http://www.google.com