Form with file upload box

Posted: 03-29-2005, 09:56 AM
Hi, I've designed a form that when submitted adds to an access database. But I
need to include a 'file upload' field. Do I put this in it's own form or add it
somehow to the existing one so the file is sent at the same time as the form
information.? I've managed to create an upload file form but only without any
other text & radio fields. How do I achieve this?

Reply With Quote

Responses to "Form with file upload box"

vkunirs
Guest
Posts: n/a
 
Re: Form with file upload box
Posted: 03-29-2005, 12:40 PM
Hi

you can write that code in the old form itself.
you dont require another form for this. when you saving the data into the db there itself you use the cffile tag to upload the file.

Reply With Quote
 
LinkBack Thread Tools Search this Thread Display Modes
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to upload a file to 2 FTP sites without an upload component for company Laphan ASP Components 2 07-29-2008 11:41 AM
File upload form trouble ducati1 Macromedia Dynamic HTML 0 09-15-2005 01:06 AM
upload form in flash lemmings_15 Coldfusion Flash Integration 2 05-24-2005 08:39 PM
Form with "upload file" facility Wookie Macromedia ColdFusion 1 03-24-2005 12:59 PM
how to upload an image selected from html file to flash file? apple pie webforumsuser@macromedia.com Macromedia Dynamic HTML 0 07-05-2003 12:32 PM