ciao
non capisco cosa ci sia di sbagliatoin questa espressione:
recuro un valore (valore.recuperato) in QueryString e straggo la parte a sinistra del punto..... ma non funziona???? e non mi da errorecodice:<%@ Page Language="VB" %> <%@ Import Namespace="System" %> <%@ Import Namespace="System.IO" %> <%@ Import Namespace="System.Web" %> <%@ Import Namespace="System.Drawing" %> <script runat="server"> ..... 'Percorso in cui salvare le copie delle immagini Private Const ImageCachePath As String if Request.QueryString("path") != null then ImageCachePath = Request.QueryString("path") If ImageCachePath.Substring(0, 1) = "." Then ImageCachePath = ImageCachePath.Substring(0) ......
il file che cerco di modificare è: link
grazie