Universal Data Exporter ASP Support Product Page
  Under investigation 
 Export to .csv saves file as udeJSON.asp, no matter what name is input in the Filename box.
 Reported  27 Sep 2012  20:42:41 
  3 
      have  this problem  
  27 Sep 2012  20:42:41 Maria Mezquita posted: 
 When exporting data to CSV file, the file name assigned is always udeJSON.asp, no matter what file name is entered in the Filename box.  Replies
 Replied 15 Oct 2012  15:33:09 
   15 Oct 2012  15:33:09 Jon Upton replied: 
  I find it only works in IE - in FireFox and chrome it tries to save the csv as the name of the page that the ude is on.
Edited to correct spelling
 
  Edited to correct spelling
 Replied 14 May 2013  02:26:44 
   14 May 2013  02:26:44 Adam Reed replied: 
  Same issue, any update on this?   
   Replied 14 May 2013  09:37:42 
   14 May 2013  09:37:42 Vulcho Vulev replied: 
  Hello All. 
The issue is sent to our developers.
You will be notified in the thread when there is fix available.
Regards:Vulcho.
  The issue is sent to our developers.
You will be notified in the thread when there is fix available.
Regards:Vulcho.
 Replied 14 May 2013  15:57:59 
   14 May 2013  15:57:59 Adam Reed replied: 
  I was able to resolve the issue atleast for me by remove the "csv;" from line 182 in the dmxDataExporter.asp file that is generated in the site.  The line is now as follows:
Response.AddHeader "Content-Disposition", "attachment; filename=" & m_FileName
 
  Response.AddHeader "Content-Disposition", "attachment; filename=" & m_FileName


