Re: uploading .docx files in ASP by ll
ll
Thu Mar 06 16:49:39 CST 2008
On Mar 6, 4:36 pm, "Anthony Jones" <A...@yadayadayada.com> wrote:
> "ll" <barn104_1...@yahoo.com> wrote in message
>
> news:e9453dff-f7b5-45c0-b936-533578ca9f36@s13g2000prd.googlegroups.com...
>
> > I have a file upload script that has successfully uploaded files,
> > although the MS .docx format will not load for some reason. Has
> > anyone found a workaround/solution to this?
>
> Will not load? Into what, from where?
>
> If using IIS6 you will probably need to add the mime types to the Server
> mimemap for the office 2007 document formats.
>
> If loading into older office apps you will need the Office 2007 converters
> for older versions installed.
>
> --
> Anthony Jones - MVP ASP/ASP.NET
This upload script loads blobs into MS SQL server 2000. I've got the
MIME type added in IIS, but the upload is the problem...