uploading .docx files in ASP

L

ll

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?

Thanks,
Louis
 
E

Evertjan.

ll wrote on 06 mrt 2008 in microsoft.public.inetserver.asp.general:
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?

Would depend on the script, methinks?
 
A

Anthony Jones

ll said:
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.
 
L

ll

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.


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...
 
D

Dave Anderson

ll said:
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...

Are you also storing the MIME type in SQL Server? If so, how large is your
field? The .docx MIME value is

application/vnd.openxmlformats-officedocument.wordprocessingml.document

This is 71 characters.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,756
Messages
2,569,534
Members
45,007
Latest member
OrderFitnessKetoCapsules

Latest Threads

Top