It could be a bunch of things,

Offhand though, it's possible that your server is refusing to serve some of
the files.

In IIS, there is a specific list of Files it is allowed to serve out, this
is part of it's security so people can't request protected files.

In your case, it's possible that you have for example .docx or .xlsx files
in your database and IIS isn't allowed to server them.

IF you are using IIS, adding them to the list in IIS is pretty easy:

Open IIS Manager > right click on the name of the computer (ex Web09) and
choose "Properties" > Click on "Mime Types" >

This is the list of allowed MIME types your server is currently allowed to
serve. Add the ones that are missing.

I "believe" Apace has a similar concept with MIME types, not sure how to
advise you to adjust that list...

If that still isn't it, let us know. There are other possibilities.

=]

On Mon, Aug 29, 2011 at 1:26 PM, Jeffrey Coates <[email protected]>wrote:

>
> I am working a code where uploaded documents are output on a page and
> looped over with cfoutput query. Files with the extension .doc, .xls and
> .pdf are going through just fine. Everything gives the brower a page not
> found error. Please advise.
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:347113
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to