1

I want to make file "gcc-c++-4.8.5-11.el7.x86_64.rpm" downloadable in Internet Information Services (IIS). I tried adding MIME type as '*', but it didn't help. Is there any way I can make filename having '+' symbol or any other symbol downloadable?

  • Have you tried escaping the characters? – Mason Stedman Nov 23 '17 at 01:14
  • You can escape the + using %2B. Regardless, I would expect the + to remain unchanged unless it is after the query string. – Michael Nov 23 '17 at 02:10
  • Why not just rename the file to have cpp instead of c++ and not try and solve every problem technically :-) user is probably aware of what they are downloading anyways ... – Muqeet Khan Nov 23 '17 at 02:42

0 Answers0