Search

You searched for the word(s):
< 1 second(s)
  • Re: Maximum uploads

    The only work around I can think of would be this &nbsp; Dim xmldoc As New XmlDataDocument &nbsp; Dim xNodes As XmlNodeList Dim iImgCount As Integer xmldoc.Load(MapPath(''samplefolder/gallery.xml'')) xNodes = xmldoc.SelectNodes(''NewDataSet/image'') iImgCount = xNodes.Count If iImgCount &gt; 15 ...
    Posted to ASP.Net Image Gallery (Forum) by mkfurlong on January 10, 2007
  • Maximum uploads

    Is it possible to put a cap on the number of images that can be uploaded to a folder?&nbsp; For example only allow users to upload a maximum of 15 images?
    Posted to ASP.Net Image Gallery (Forum) by mkfurlong on January 9, 2007