Hi Danijel
I think this is easily sorted. I have RTC running in a small app and what I do is handle REST style requests like /get/customers?index=a etc etc. Works fine and has been for some time. Now what I have done is added a request which returns a zip file to the user. Now whilst it works the filename is actually named the same as the request URL not the filename I am creating. So example;
http://localhost/get/allcustomersreturns a file called 'allcustomers' (no extension) which when I examine the file it does have the right contents. However the file I am building and ideal would like to return is called 'customers.zip'. Just wondering how I acheive this?
Many Thanks
Gary