Print Page | Close Window

ACCESS

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=5814
Printed Date: 31 March 2026 at 4:47am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: ACCESS
Posted By: dhzen
Subject: ACCESS
Date Posted: 18 September 2003 at 6:11am
Can anyone teach me how to add an image into ms-access database???



Replies:
Posted By: Tegwin
Date Posted: 18 September 2003 at 11:11am

There is an article that talks about this at the following location, just do a google search there are loads of entries

http://www.webmasterworld.com/forum47/723.htm - http://www.webmasterworld.com/forum47/723.htm



-------------
If you dont want my peaches, dont shake my tree


Posted By: tonyk
Date Posted: 18 September 2003 at 5:30pm

You typically don't store the image in the access database...just the path to it.

/images/picture.jpg



Posted By: Bullschmidt
Date Posted: 23 September 2003 at 1:51am

I agree about not storing the image in the Access database itself - for one thing Access really bloats way out of proportion if you do a lot of that.

The Anonymous Internet user needs Change permission on the folder that a file is going to be uploaded to and actually Full Access might be better if you are later going to use the FileSystemObject to delete a file.

And whatever file uploading solution you use, on the page in question you will no longer be able to refer to regular form fields with Request.Form("MyField"). Instead there will be some kind of proprietary way to refer to the fields.

Here is a resource for letting the user upload a file which is something that was unfortunately not built into ASP:

ASP File Upload Using VBScript by John R. Lewis - 7/10/2000
http://www.aspzone.com/articles/john/aspUpload - http://www.aspzone.com/articles/john/aspUpload



-------------
J. Paul Schmidt, Freelance ASP Web Developer
www.Bullschmidt.com - www.Bullschmidt.com
Classic ASP Design Tips, ASP Web Database Sample (Freely Downloadable)



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net