hi,
i have a web form, let the administrator to upload travel destination photos.
What should I do, so that administrator can upload the photos, and the path of image is stored in database? I would like to store the images in the images folder in my project.
My table name in database is PackageInfo, and I have 4 columns allocated for the storage of image path, which have data type varchar, length 100.
I am using
vb.net in the project. Thanks for any help.
ai ling