NevDev

Members
  • Content count

    3
  • Joined

  • Last visited

About NevDev

  • Rank
    Forum Newbie
  1. Export - Save File On Server Not Working

    Hi, thanks for the prompt reply. I think the issue is centred around the javascript-only charts... I've been setting 'exportHandler' : '/path/to/file.php'. This works on your dev suite example until the renderer is changed to javascript, then it fails to export to disc as expected. I think I need to be setting 'html5ExportHandler' : '/path/to/file.php'..? If so, do you have a working example using the Batik library for reference please? Many thanks
  2. Export - Save File On Server Not Working

    Hi Sumedh, thanks for the response. Could you please confirm that the HTTP_URI needs to be where the FCExporter file resides... The comment in the code I have reads: "This constant HTTP_URI stores the HTTP reference to the folder where exported charts will be saved. Please enter the HTTP representation of that folder in this constant e.g., http://www.yourdomain.com/images/." Many thanks
  3. Export - Save File On Server Not Working

    Hi David, I've currently got the same problem that you encountered above. Did you find a solution for this? If so, was it folder permissions or filepath related at all? Would appreciate any info you could offer. Many thanks All the best