Images not uploading to the server

Last post 11-19-2009, 4:57 AM by martinmalone. 6 replies.
Sort Posts: Previous Next
  •  11-17-2009, 5:43 AM 57208

    Images not uploading to the server

    I have deployed the site here
    http://sevenacres.devportfolio.co.uk/gallery/web/home.aspx
     
    When I try and to upload a Image the progress bar fills out but it just hangs and the image doesnt upload.
     
    Also the Cog on the bottom left hand corner doesnt work it just gets an error?
     
    Last one is it possible to disable the double click to make the images bigger as it cause the screen to have scroll bars?
     
    I must say I am very impressed with the product and will certainly be purchasing.
     
    Top job I look forward to my reply.
     
    Cheers
    Martin 
  •  11-17-2009, 10:11 AM 57214 in reply to 57208

    Re: Images not uploading to the server

    Martin,
     
    Thanks for the nice comments about dotnetgallery.
     
    When I upload an image on your site, I got an error message:
     

    Webpage error details

    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; GTB6; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; MDDS; .NET CLR 3.5.30729; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 3.0.30729)
    Timestamp: Tue, 17 Nov 2009 16:09:34 UTC


    Message: 'GalleryBrowser' is undefined
    Line: 120
    Char: 1
    Code: 0
    URI: http://sevenacres.devportfolio.co.uk/gallery/web/home.aspx

    Can you post the code of this file?


    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  11-17-2009, 10:55 AM 57217 in reply to 57214

    Re: Images not uploading to the server

    no worries
     
    <%@ Page Language="C#" %>
    <%@ Register TagPrefix="DotNetGallery" Namespace="DotNetGallery" Assembly="DotNetGallery" %>
    <%@ Register TagPrefix="uc1" TagName="TopBanner" Src="Banner.ascx" %>
    <script runat="server">
    protected override void OnInit(EventArgs e)
    {
    base.OnInit(e);
    GalleryBrowser1.Layout="SlideShow";
    GalleryBrowser1.AlbumID="General";
    // if(Context.User.Identity.Name=="Admin")
    // {
    GalleryBrowser1.AllowEdit=true;
    GalleryBrowser1.AllowPostComment=false;
    GalleryBrowser1.AllowShowComment=false;
    // }
    }
    </script>


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en">
    <head>
    <meta name="Description" content="Seven Acres" />
    <meta name="Keywords" content="Seven Acres" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="Distribution" content="Global" />
    <meta name="Author" content="delineo - [email protected]" />
    <meta name="Robots" content="index,follow" />

    <title>Seven Acres - Gallery - Home</title>
    <style type="text/css">
    @import "/includes/style.css";
    </style>
    <script type="text/javascript" src="includes/swfobject.js"></script>
    <script type="text/javascript" src="includes/script.js"></script>
    <script type="text/javascript" src="http://cutesoft.net/unitpngfix.js"></script>
    <link href="Sample.css" type="text/css" rel="stylesheet" />
    </head>
    <body>
    <form id="body" runat="server">

    <div id="contentGallery">
    <img src="http://cutesoft.net/images/gallery_header.png" title="Gallery" alt="Gallery" border="0" width="1000px" height="683px" />
       
    <div id="logo">
    <a href="http://cutesoft.net/"><img src="http://cutesoft.net/images/logo.png" title="seven acres" alt="seven acres" width="228" height="106" border="0" /></a>
    </div>


    <ul id="nav">
    <li><a href="http://cutesoft.net/">home</a></li>
    <li><a href="http://cutesoft.net/woodland/">woodland</a></li>
    <li><a href="http://cutesoft.net/wildlife/">wildlife</a></li>
    <li><a href="http://cutesoft.net/bradshaw_brook/">bradshaw brook</a></li>
    <li><a href="http://cutesoft.net/bleaching_industry">bleaching industry</a></li>
    <li><a href="http://cutesoft.net/mining_works">mining works</a></li>
    <li><a href="http://cutesoft.net/food/">food</a></li>
    <li><a href="http://cutesoft.net/links/">links</a></li>
    </ul>

    <div id="GalleryHolder">

    <div id="CommonBody" align="center">
               <a href="#" onclick="thegallerybrowser.ShowEditor();return false;">Show Editor panel</a>
    <dotnetgallery:gallerybrowser runat="server" id="GalleryBrowser1" Width="720" Height="430" />
                        <script type="text/javascript">  
    function GalleryCreateImage(url,width,height)   
    {   
        var img=document.createElement("IMG");   
        img.src=url;   
        img.width=width;   
        img.height=height;   
        return img;   
    }   
    </script>  
    </div>
    </div>
                
    </div>

    </div>

    </form>
    </body>
    </html> 
  •  11-17-2009, 3:03 PM 57221 in reply to 57217

    Re: Images not uploading to the server

    Hi,
     
    Spoke to Eric on chat he said he would look into this for me.
     
    Any more help would be great!!!
     
     I can give remote access if required.
     
    Cheers
     
    Martin 
  •  11-17-2009, 3:35 PM 57223 in reply to 57208

    Re: Images not uploading to the server

    martinmalone:
    I have deployed the site here
    http://sevenacres.devportfolio.co.uk/gallery/web/home.aspx
     
    When I try and to upload a Image the progress bar fills out but it just hangs and the image doesnt upload.
     
    Also the Cog on the bottom left hand corner doesnt work it just gets an error?
     
    Last one is it possible to disable the double click to make the images bigger as it cause the screen to have scroll bars?
     
    I must say I am very impressed with the product and will certainly be purchasing.
     
    Top job I look forward to my reply.
     
    Cheers
    Martin 
     
    martin,
     
    Can you check your site now? It's down.

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  11-17-2009, 3:55 PM 57225 in reply to 57223

    Re: Images not uploading to the server

    Hi Adam
     
    Sorry its sorted now
     
    Is LIVE chat better to sort this out
     
    Cheers
    Martin 
  •  11-19-2009, 4:57 AM 57283 in reply to 57225

    Re: Images not uploading to the server

    Hi Guys,
     
    The problem has now been sorted :)
     
    It wasnt Anything to do with the software!! it was my own fault I'm sorry to have wasted anybodys time.
     
    Going to purchase now CHEERS!!
     
    Martin 
View as RSS news feed in XML