At 10:39 AM +1100 2/14/06, Jeff Ayling wrote:

ok, I had a look with a filetype editor and the files have type: TEXT and Creator: R*ch - but I'm not setting those - these files are being downloaded with the httpsocket and the server is sending the correct audio/mp3 tags so I'm not sure why RB is setting them to TEXT/R*ch

I'm not sure either. It would be worth isolating this, and if it doesn't turn out to be something overlooked in your code, filing it as a bug -- I don't think it should be setting the types of downloaded files (unless perhaps it's a known type, like .htm or .html).

So rather than setting each possible fyle type in the httpsocket downloadcomplete event - should I use a single...

    file.MacType=""
    file.MacCreator=""

...so that they will have no type at all as you describe?

That might do it.  If not, you could also try ChrB(0)+ChrB(0)+ChrB(0)+ChrB(0).

Best,
- Joe

--

Joseph J. Strout
[EMAIL PROTECTED]
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to