Why is my ASP QueryString not returning a case sensitive result?

  • Thread starter Thread starter Rockstar
  • Start date Start date
R

Rockstar

Guest
Very frustrating. From what I can tell, Response.QueryString is supposed to be case sensitive, but if I input

?P=classIMAGES/dummy.png

on my url, it returns classimages/dummy.png.

Normally, I would just change my variables, but I'm trying to return a path here, and it's necessary that it's case sensitive, else I must change all the folders and files on the server and fix all the links elsewhere...
 
Back
Top