View Single Post
  #1  
Old 05-06-2005, 12:01 PM
djkoopman djkoopman is offline
New Member
 
Join Date: May 2005
Posts: 4
Default foo.JPG is sent as application/octet-stream

It appears that files with .JPG suffixes (as opposed to .jpg) are not recognised correctly as image/jpeg even though I have tried various incantations of the sort:-

JPEG,jpeg,jpe,JPG,jpg = image/jpeg

in $SERVER_ROOT/conf/mime.properties

Is this a feature or a bug?
Reply With Quote