Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Seth Buntin #1
Image Upload
I am having problem uploading an image. Here is what I have:
Form part:
<input type="file" name="featimage" size="50" />
Upload part:
<cffile action="upload" filefield="featimage" destination=
"C:\webroot\kate\images\" accept="image/*" nameconflict="MakeUnique">
<cfset uploadedfile = "c:\webroot\kate\images\#cffile.serverfile#">
It will not upload. I check c:\webroot\kate\images\ and nothing is there.
Any suggestions.
Seth Buntin 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,... -
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... -
Image upload/download
Hi all - I am new to cold fusion. I have been looking for a clean example of how to upload an image to a database (mysql) and then view that... -
image upload problem
Hi, I have a strange problem uploading an image(JPEG) to the server from the client machine. The same code is working on the production. Is there... -
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... -
Trygve #2
Re: Image Upload
Have you set the form enctype to "multipart/form-data"?
Trygve
Trygve Guest
-
Seth Buntin #3
Re: Image Upload
I do have enctype="multipart/form-data" in my form tag.
Seth Buntin Guest



Reply With Quote

