Ask a Question related to Dreamweaver AppDev, Design and Development.
-
leonfcs #1
Upload Image to access database. ASP
Hi. I have an Insert Record behavior. This is a form with some fields to
insert text in a accessdatabase but i need insert an image too. How can i do
that? How can i upload an image and put the hiperlink to that image in an
access table? or How can i put an image into the database? Thanks Le?n
Felipe Carrizosa.
leonfcs Guest
-
Upload an Image to the mysql database
Hi! I need help on how to upload an image to mysql database directly. I needed the images to be saved directly to the mysql database. Is there a... -
upload a jpg to an access database?
Is it possible to upload a jpg file into a access database or is there a better method for diplaying user uploaded pictures? I want registered users... -
How to upload image to database?
I am re-doing a site for a friend and have hit a wall. How do I upload an image from a user's computer directley into a database? I have done... -
upload image and update database at same time
Yes. I don't know how aspupload handles it, but it's often something along the lines of: UploadObject.Form.Items("txtFirstname") or something... -
Upload images to Access database
How can I easy upload picture to an MS access database. -
Paul Whitham TMM #2
Re: Upload Image to access database. ASP
If you want to store the image in the database it needs to go into a blob
field. Most people however simply store the file name in the DB and then use
that to call the actual image on the server.
--
Regards
Paul Whitham
Macromedia Certified Professional for Dreamweaver MX2004
Valleybiz Internet Design
[url]www.valleybiz.net[/url]
Team Macromedia Volunteer for Ultradev/Dreamweaver MX
[url]www.macromedia.com/support/forums/team_macromedia[/url]
"leonfcs" <webforumsuser@macromedia.com> wrote in message
news:d2v9tq$ncg$1@forums.macromedia.com...do> Hi. I have an Insert Record behavior. This is a form with some fields to
> insert text in a accessdatabase but i need insert an image too. How can i> that? How can i upload an image and put the hiperlink to that image in an
> access table? or How can i put an image into the database? Thanks Le?n
> Felipe Carrizosa.
>
Paul Whitham TMM Guest



Reply With Quote

