maui26 Report post Posted February 3, 2009 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? Share this post Link to post Share on other sites
Rahul Kumar Report post Posted February 4, 2009 Hi, Sorry for asking, but can you please confirm that you are running ASPX page in Apache but not in IIS? Also, Could you please try running it from an IIS server instead of Apache, just to make sure that it is working or not. Share this post Link to post Share on other sites
maui26 Report post Posted February 4, 2009 Yes, I'm trying to run the FusionChartsSave.aspx in Apache. I'm currently running the aspx in IIS and set the imageSaveURL to the one in IIS. It works perfectly fine in that environment. I just wanted to find out more about how I can run the script in an Apache environment. thanks for your time - it's much appreciated! Share this post Link to post Share on other sites