Home All Groups Group Topic Archive Search About

Binding an upload file control to a string field

Author
28 Sep 2006 5:03 AM
John Meyer
hi

I have two data fields that I want to bind to the database that are
binary file uploads, but I don't want to store the file in the database,
just the relative filenames.  How do I do that?

Author
28 Sep 2006 1:48 PM
Gaurav Vaish (www.EduJiniOnline.com)
> I have two data fields that I want to bind to the database that are binary
> file uploads, but I don't want to store the file in the database, just the
> relative filenames.  How do I do that?

Can you elaborate?
I am unable to get when you say "two data fields ... that are binary file
uploads".

If you are talking about FileUpload control, it's easy to get the filename.