Ask a Question related to Coldfusion Database Access, Design and Development.
-
AWZ #1
upload a jpg file to an access database...???
I think I heard that you can't have a jpg in an access database, however you
could point to where the jpg was from within the database. What I need to know
is how can I create an upload form that will put the path of where the picture
is on the server into the access database. Or possibly there is a much easier
way to do this and someone could help. Thanks.
The result of what I'm trying to do is have a user upload a jpg and it display
on a page in the site. Thanks again for any feedback.
AWZ Guest
-
Upload File to Access Database
I have a Dreamweaver Page which is attached to a MS Access Database in Cold Fusion. In the page is a browse button which opens the select file... -
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... -
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... -
upload a file to a database in my sql
I have a B.D made in access and of which also I have respective tables of the B.D. in xls. However what I want is: To come back to make the... -
Upload images to Access database
How can I easy upload picture to an MS access database. -
mpwoodward *TMM* #2
Re: upload a jpg file to an access database...???
On 2005-05-19 18:31:04 -0500, "AWZ" <webforumsuser@macromedia.com> said:
Yep, uploading the file using CFFILE and just storing the path to the> I think I heard that you can't have a jpg in an access database,
> however you could point to where the jpg was from within the database.
> What I need to know is how can I create an upload form that will put
> the path of where the picture is on the server into the access
> database. Or possibly there is a much easier way to do this and someone
> could help. Thanks.
>
> The result of what I'm trying to do is have a user upload a jpg and it
> display on a page in the site. Thanks again for any feedback.
image in the database is a tried-and-true method of accomplishing this.
Basically you just have a form that allows for a file upload, and
after CF has uploaded the file (using CFFILE) you can get the name of
the file as it was saved on the server by using FILE.SERVERFILE after
the upload. Then you grab that value and insert it into your database.
You can see an example of the upload process here:
[url]http://tinyurl.com/3w82w[/url]
Matt
--
Matt Woodward
[email]mpwoodward@gmail.com[/email]
Team Macromedia - ColdFusion
mpwoodward *TMM* Guest



Reply With Quote

