Re: increase the image file size for uploading

  •  10-30-2008, 8:03 AM

    Re: increase the image file size for uploading

    Hi timhieuxem,

    Gallery.MaxImageSize Property
    Specifies the max size in Kbytes of the image files that the user has access to upload. Default 1000k

    You can refer to the following examples set
    forexample:

    <%@ Page Language="C#" %>

    <%@ Register TagPrefix="CE" Namespace="DotNetGallery" Assembly="DotNetGallery" %>
    <html>
    <head>
    </head>
    <body>
        <form runat="server">
            <CE:Gallery ID="gallery1" runat="server" MaxImageSize="2000"></CE:Gallery>
        </form>
    </body>
    </html>

     Regards,
     
    Ken
View Complete Thread