Error when upload the image file to database

  •  08-03-2010, 1:55 AM

    Error when upload the image file to database

    Hi ,
    we got error when upload image file to database directly.
    the error message is : "Message from webpage. Server site exception: failed to upload [my filename]. System.Data.Sqlclient.SqlException: Procedure 'WebXpress_AjaxUploader_Append' expects parameter '@Guid' which was not supplied at WebExpressManagement ....."
     
    'WebXpress_AjaxUploader_Append'  is stored procedure, and the parameter '@Guid' passed from
    public override void AppendData(Guid guid, string filename, System.IO.Stream stream)
    or
    public override void Save(Guid guid, string filename, System.IO.Stream stream)
     
     
     
    we created our own provider, the source code sample is from http://cutesoft.net/forums/thread/57229.aspx.
     
    any help will be really appreciated!
     
    Best Regards
     
View Complete Thread