|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Is someone currently working on the object collection backend? I am getting a
"PS215 - Error: Mime type mismatch on file 'xxxx.xx'." error on all the files
I'm trying to upload. Should I wait until tomorrow?
-Mike
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"SharkD" <nomail@nomail> wrote:
> Is someone currently working on the object collection backend? I am getting a
> "PS215 - Error: Mime type mismatch on file 'xxxx.xx'." error on all the files
> I'm trying to upload. Should I wait until tomorrow?
>
> -Mike
The problem was that the files contained some special characters, even though
the files were all encoded in the Windows 1252 code set.
Here are the characters I had to remove:
-Mike
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"SharkD" <nomail@nomail> wrote in message
news:web.48748855e3a9e8b3e2244ea70@news.povray.org...
> "SharkD" <nomail@nomail> wrote:
>> Is someone currently working on the object collection backend? I am
>> getting a
>> "PS215 - Error: Mime type mismatch on file 'xxxx.xx'." error on all the
>> files
>> I'm trying to upload. Should I wait until tomorrow?
>>
>> -Mike
>
> The problem was that the files contained some special characters, even
> though
> the files were all encoded in the Windows 1252 code set.
>
> Here are the characters I had to remove:
>
>
> -Mike
It does a check to verify that text files only contain ASCII characters, so
yes, hex 'F1', 'B4' and 'B7' would cause it to throw this error.
Regards,
Chris B.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Chris B" <nom### [at] nomailcom> wrote:
> It does a check to verify that text files only contain ASCII characters, so
> yes, hex 'F1', 'B4' and 'B7' would cause it to throw this error.
>
> Regards,
> Chris B.
Maybe a more accurate/descriptive message could be thrown in this case? I got
lucky and guessed the correct solution.
-Mike
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |