Ask a Question related to Dreamweaver AppDev, Design and Development.
-
red1984 #1
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 several hours of searching and so far have found a couple of
extensions/programs (at $100+) that will do this, a few articles written for
ASP coders (rather not switch to ASP) and learned that the ASP.net insert
record will not work with binary data.
I realize that S.O.P would be to store the link or name of the image in the
database but my friend works about 90% of the time offline and needs access to
the images on our site for submissions (she owns a talent agency). For this
reason I was going to replicate the database, allowing her to sychronize the
database and have the most current info.
If anyone can point me in the right direction it would be greatly appriciated.
I would prefer to use Dreamweaver's design tools but if I need to code I will.
red1984 Guest
-
Upload an image
Is there a way to upload an image without being in the page editing mode? I am trying to replace an image that is a part of the main navigation,... -
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 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 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... -
How to upload an image in asp.net
hello friends, i am developing an application in which i want to upload an image from clients hard drive(local hard drive) to the server. i... -
Nancy Gill #2
Re: How to upload image to database?
> a few articles written for
> ASP coders (rather not switch to ASP) and learned that the ASP.net insert
> record will not work with binary data.
Rather not switch to ASP from WHAT? What server model are you using now?
--
Nancy Gill
Team Macromedia Volunteer for Dreamweaver MX/UltraDev
[url]http://www.macromedia.com/go/team/[/url]
Co-Author: Dreamweaver MX: Instant Troubleshooter (August, 2003)
Technical Editor: DMX 2004: The Complete Reference, DMX 2004: A Beginner's
Guide, Mastering Macromedia Contribute
Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development
Nancy Gill Guest
-
Don Pacino #3
Re: How to upload image to database?
have a look at ASPUPLOAD by Persist. you need the script to be on your server
as well.
Most Hosts have some third party upload availible on their servers. have you
signed up to a host yet? if you have ask their support team what upload methods
they have.
Don Pacino Guest
-
red1984 #4
Re: How to upload image to database?
Rather not switch to ASP from WHAT? What server model are you using now?
red1984 Guest
-
red1984 #5
Re: How to upload image to database?
Sorry about the last incomplete post. I hit the wrong key.
Rather not switch to ASP from WHAT? What server model are you using now?
I have been using FrontPage and am just learning DreamWeaver. Have 20+ years
experience with computers/programming and am a quick study. Have been told if
I am going to learn a server language (in addition to html) then ASP.NET or
ColdFusion is the way to go. I would rather use Dreamweaver's built in
functionality to build my solution but if it can only be done by coding then
that's what I'll do. Had created an upload form in Dreamweaver using ASP.net
(which is how I found out I couldn't insert an image into my database).
signed up to a host yet? if you have ask their support team what upload methods>Most Hosts have some third party upload available on their servers. have you
they have.
The site host has no method for anyone other than the admin to upload images
through the Vdeck control panel or you would need an ftp program on your
computer. Can't give our talent access to the Admin control panel or expect
them to have their own ftp program. For ease of use I would create an upload
form they would access from their browser, allowing them to choose an image and
submit.
red1984 Guest



Reply With Quote

