Dato che FPDF usa Server.MapPath per mappare i percorsi delle immagini, quelle volte che voglio inserire un immagine in una cartella superiore, mi da errore perché nel campo file inserisco per esempio "../../images/foto/foto1.jpg" e mi dice:
Server.MapPath() error 'ASP 0175 : 80004005'

Disallowed Path Characters

/public/volley/fpdf/includes/images.asp, line 33

The '..' characters are not allowed in the Path parameter for the MapPath method.
Quindi non posso fare il mapPath con i ".."!!!! Come faccio a chiamare queste immagini?