Everywhere that I see 'jpg' in the fckeditor files (eg: fckconfig.js) I've added 'eps' ie below...:
FCKConfig.ImageUploadAllowedExtensions = ".(jpg|eps|gif|jpeg|png|bmp)$" ;
I've done this a number of places and I have no denied extensions, but I still get 'invalid file' or 'invalid file type' when I attempt to upload an eps file.
How in the world can I upload an eps file?
FCKConfig.ImageUploadAllowedExtensions = ".(jpg|eps|gif|jpeg|png|bmp)$" ;
I've done this a number of places and I have no denied extensions, but I still get 'invalid file' or 'invalid file type' when I attempt to upload an eps file.
How in the world can I upload an eps file?