Issues with Excel Viewer

Issues with Excel Viewer

Hi there,

Much thanks to ZOHO for producing such an amazing program.  Im trying to display spreadsheets in my webapplication however im trying to stream these documents from outside the webroot to increase security.  I have a fileserver.php file which reads in the file name and the jobid from the URL ie

http://www.blahblah.com/fileserver.php?filename=spreadsheet37.xlsm&jobid=4987

when i put that url in  https://sheet.zoho.com/excelviewer it finds and displays the file.

HOWEVER when its running through my webapp it doesnt.....

NEVERMIND - incase someone else is having this problem, the only way to get it to work is to have only one variable parsed in the URL and write the fileserver.php file to extract all the details from there.  Anymore than one variable in the URL and zoho viewer wont work.