> > > Could it be a similar encoding problem when you read the file ? How do you
> > > read the file in objPromptStorageOut.PromptWave ?
[quoted text clipped - 29 lines]
> Response.ContentType = "application/x-msdownload"
> Response.BinaryWrite...
I created a test project with only the hyper link and the same calls
and that seemed to work. I am going to say it has something to do with
the security or something else on the page that is changing the
response. I tried changing the file to grant all users access to the
aspx file and that did not work.
Patrice - 30 Nov 2009 16:03 GMT
> I created a test project with only the hyper link and the same calls
> and that seemed to work. I am going to say it has something to do with
> the security or something else on the page that is changing the
> response. I tried changing the file to grant all users access to the
> aspx file and that did not work.
Looks a tough one. Now I would try to use a blob wiht those 16 values 0x0 to
0xf0 and see how it behaves. Save the file on disk and use an hexa file
viewer to see what was changed in the file...
Good luck.
--
Patrice
Alexey Smirnov - 30 Nov 2009 20:36 GMT
> > > > Could it be a similar encoding problem when you read the file ? How do you
> > > > read the file in objPromptStorageOut.PromptWave ?
[quoted text clipped - 37 lines]
>
> - Show quoted text -
One thing I forgot to mention is that the ClearContent method does not
clear header information. If you do not use Clear or ClearHeaders
before calling ClearContent then add Response.ClearHeaders() to ensure
that no other headers are sent with the current response.