[twsocket] Proposal for more contenttypes in DocumentToContentType in OverbyteIcsHttpSrv.pas

2009-09-13 Thread Bjørnar Nielsen
else if (Ext = 'doc') or (Ext = 'docx') then Result := 'application/msword' else if (Ext = 'xls') or (Ext = 'xlsx') then Result := 'application/vnd.ms-excel' else if (Ext = 'ppt') or (Ext = 'pptx') then Result := 'application/vnd.ms-powerpoint' Regards Bjørnar

Re: [twsocket] Proposal for more contenttypes in DocumentToContentType in OverbyteIcsHttpSrv.pas

2009-09-13 Thread Piotr Dałek
Hello! > else if (Ext = 'doc') or (Ext = 'docx') then > Result := 'application/msword' > else if (Ext = 'xls') or (Ext = 'xlsx') then > Result := 'application/vnd.ms-excel' > else if (Ext = 'ppt') or (Ext = 'pptx') then > Result := 'application/vnd.ms-powerpoint

Re: [twsocket] Proposal for more contenttypes in DocumentToContentType in OverbyteIcsHttpSrv.pas

2009-09-13 Thread Lars Gehre
> Hello! > > > else if (Ext = 'doc') or (Ext = 'docx') then > > Result := 'application/msword' > > else if (Ext = 'xls') or (Ext = 'xlsx') then > > Result := 'application/vnd.ms-excel' > > else if (Ext = 'ppt') or (Ext = 'pptx') then > > Result := 'applicatio