vote up 0 vote down star

I am attempting to upload an image to a database via a DetailsView containing an UploadFile control in the Edit Item template.

I have a stored procedure which handles the upload to a SQLServer DB which expects two parameters: AuthorName, varchar(20) and AuthorImage, varbin(20).

The DetailsView is associated with a SQLDataSource: Authors. The Authors data source has the stored procedure as the Insert Command.

I can grab the binary data from the UploadFile control during the ItemInserting event but I am at a loss as to how to attach the byte array to the AuthorImage parameter.

Any and all assistance appreciated and if possible answers in C# please.

flag

75% accept rate

1 Answer

vote up 0 vote down

On asp.net you can find the "Personal Site Starter Kit" who handles your problem. You can find it on asp.net

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.