maui26

Members
  • Content count

    2
  • Joined

  • Last visited

Posts posted by maui26


  1. I followed all the steps to save my chart as image and after the 'Capturing Data' progress bar finishes I get the following error:

      Method Not Allowed: the requested method POST is not allowed for the URL /path/on/server/FusionChartsSave.aspx

    I'm pretty sure I have to set something in Apache to get this working. I went to httpd.conf to try to set a script alias to allow the POST but don't know what to put for the alias.

    I'm seeing the scripts are saving the image file so the same directory as the .aspx file so I tried changing the .cs file to point to another directory, but that didn't work...

    Any suggestions?