Hi Adam,
It is interesting, in that last post I was reading into a byte[].
I was doing the following which still caused that same error...
using (Stream stream = args.OpenStream())
{
Document doc = new Document(stream);
tbRadContent.Html += ConvertWordDocToHtml(doc);
}
Am I to understand that the stream from the uploader object shouldn't be used directly?
Thanks!
Regards,
Moe