Thursday, July 30, 2009

How can i upload images into an Ms Access Database from plain asp page and Display images in asp.?

Can someone provide me the complete source code in plain asp. I also need tree view navigation in my asp page with categories and sub catagories and want to store this navigation in Access database and display back in asp page as tree view. Navbar's main and sub categories should be linked to images stored in database. Also want to Add, edit, delete, display records and upload image to its main or sub category from loging in to admin page.

How can i upload images into an Ms Access Database from plain asp page and Display images in asp.?
You're not going to want to upload the images into your access database. What you should do is upload the image to your server and in your database record the file/filepath. Here's a link to some asp code that I've used in the past to upload files to a server:


http://www.motobit.com/help/scptutl/pure...


In your asp page to display the image, pull the file/filepath info and use it in your img tag.





The Data Analyst - http://www.squidoo.com/thedataanalyst


No comments:

Post a Comment