Search

You searched for the word(s):
< 1 second(s)
  • Re: Upload image to database

    Strange, just tried it on another machine (my laptop) and it works fine!!!
    Posted to Cute Editor for .NET (Forum) by sparkymark75 on December 17, 2007
  • Re: Upload image to database

    Hi Terry, &nbsp; If&nbsp;I navigate to the page with the querystring, I just get a blank page, no error, no nothing! &nbsp; I am using ASP.NET 2.0 but am not using a theme. I'm using MasterPages but the head tag in the MasterPage has it's head tag set as a server control (&lt;head runat=server&gt;) &nbsp; The ASP.NET markup for my ...
    Posted to Cute Editor for .NET (Forum) by sparkymark75 on December 17, 2007
  • Re: Upload image to database

    OK, I've got the uploading working by changing the date format in the SQLFileStorage.cs to UK format dates and the image is being saved to the database and displayed fine in the image selector. Trouble now is my downloadimage page isn't returning the image!! &nbsp; Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) ...
    Posted to Cute Editor for .NET (Forum) by sparkymark75 on December 17, 2007
  • Re: Upload image to database

    If I take the query shown in SQLProfiler and run it in QueryAnalyzer, I receive the following error; Msg 8115, Level 16, State 2, Line 1 Arithmetic overflow error converting expression to data type datetime.
    Posted to Cute Editor for .NET (Forum) by sparkymark75 on December 17, 2007
  • Re: Upload image to database

    Thanks for the reply Adam. &nbsp; I'm no longer having the problem above, however, when trying to upload an image, I receive an IE dialog box stating; ''Unable to upload file.'' If I run SQLProfiler whilst doing this, it appears that it's at least attempting to write the image to the database, the following is shown in ...
    Posted to Cute Editor for .NET (Forum) by sparkymark75 on December 17, 2007
  • Upload image to database

    I've downloaded the latest sample for uploading images to a SQL database. I've included the SqlFileStorage.cs file in my APP_Code directory (ASP.NET 2.0 web app), updated the connection string&nbsp;and created a downloadImage.aspx file with the code to download the image from the database. &nbsp; I can browse the images (there are none in the ...
    Posted to Cute Editor for .NET (Forum) by sparkymark75 on December 12, 2007