Re: How to automatically capture the name of an image added to the Uploads Gallery?

  •  07-15-2009, 3:43 AM

    Re: How to automatically capture the name of an image added to the Uploads Gallery?

    Thanks Ken.  The extra bit don't upset the functioning at all but.....
    how can I get hold of this args.FileName programmatically.
    eg:
       Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click
           
              lbFileName.text = ?????
               lblDescription.Text = Editor1.Text.ToString

        End Sub 
     
    Thanks, 
View Complete Thread