hey<br>
    <br>
    Currently my mapserver is creating image name randomly, what changes
    do I have to do in my mapscript so that it uses output image name
    given by me.<br>
    Please help as soon as possible<br>
    <br>
    Varunesh <br>
    <br>
    <b>My map script is given below</b><br>
    <br>
    <small><small><font face="Courier New, Courier, monospace">MAP<br>
          NAME &quot;img&quot;<br>
          SIZE 400 300<br>
          CONFIG &quot;PROJ_LIB&quot; &quot;/usr/share/proj/&quot;<br>
          PROJECTION<br>
              &quot;proj=longlat&quot;<br>
              &quot;ellps=WGS84&quot;<br>
              &quot;datum=WGS84&quot;<br>
              &quot;no_defs&quot;<br>
          END<br>
          SYMBOLSET &quot;/var/www/ganga/symbol.sym&quot;<br>
          IMAGECOLOR 249 245 200<br>
          IMAGETYPE png<br>
          WEB<br>
             TEMPLATE &quot;/var/www/ganga/test.html&quot;<br>
             IMAGEPATH &quot;/var/www/ganga/output/&quot;<br>
             IMAGEURL &quot;output/&quot;<br>
             METADATA<br>
          <br>
                 &quot;wms_srs&quot; &quot;EPSG:4326&quot;<br>
          <br>
             END<br>
          END<br>
          EXTENT 78.050000 26.610000 80.270000 29.040000 <br>
          LAYER<br>
            NAME my_shapefile<br>
            TYPE POINT<br>
            DATA &quot;/var/www/ganga/dolphin.shp&quot;<br>
            STATUS default<br>
            CLASS<br>
              STYLE<br>
                  SYMBOL &quot;circle&quot;<br>
                  SIZE 7<br>
              END<br>
              NAME &quot;dolphin&quot;<br>
              COLOR 0 0 0<br>
              OUTLINECOLOR 0 0 0<br>
             END<br>
             PROJECTION<br>
          <br>
                  &quot;init=epsg:4326&quot;<br>
          <br>
              END<br>
          END<br>
          END</font></small></small>