<div dir="ltr">hello there <div>i active mapcache in ms4w 3.1.4 with it's introduction</div><div>and run successfully image in tmp folder , in example is openlayers2</div><div><br></div><div>but i'd like use mapcache ms4w via openlayers 3 and my code is below</div><div><br></div><div>                        new ol.layer.Tile({</div><div>                        title: 'Chabahar',    </div><div>                        source: new ol.source.TileWMS({</div><div>                        url: '<a href="http://localhost:100/cgi-bin/mapserv.exe?map=D:/WEB_GIS/code_test/wms/HTML5Application/public_html/chabahar.map&">http://localhost:100/cgi-bin/mapserv.exe?map=D:/WEB_GIS/code_test/wms/HTML5Application/public_html/chabahar.map&</a>',</div><div>                        params: {</div><div>                                          'LAYERS': 'chabahar',</div><div>                                          'FORMAT': 'image/png',</div><div>                                          'TILED': true</div><div>                                     },</div><div>                        serverType: 'mapserver'</div><div>                                                       })</div><div>                                        })  ,</div><div><br></div><div><br></div><div>but no image save in tmp directory</div><div><br></div><div>do you have some offer?</div><div><br></div><div>thanks</div><div><br></div></div>