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)
any help will be really appreciated!
Best Regards