Re: FileStorage produce duplicated result

  •  11-08-2005, 4:24 PM

    Re: FileStorage produce duplicated result

    I just notice something today. When I set Type from the drop-down list to anything other than All, I got the right amount of the total images. The filtering is not working and I am not sure what I need to do to make it work.

    Also, to prove it was the image type filter that was causing the problem, I added one more <item> entry in <security> element in default.config (in CuteSoft_client\cuteEditor\Configuration\Security) as below.

    <security name="ImageFilters">

        <item>.jpg</item>

        <item>.jpeg</item>

        <item>.gif</item>

        <item>.png</item>

        <item>.bmp</item>

    </security>

    Now all my images are showing up 5 times. Please somebody let me know what I need to do to fix this problem and get the image filter working too. Thank you very much,

View Complete Thread