Ask a Question related to Macromedia ColdFusion, Design and Development.
-
Wookie #1
Form with file upload box
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?
Wookie Guest
-
LWP - multipart/form-data file upload from scalar rather than local file
I'm looking to do an HTTP upload, preferably with HTTP::Request::Common, but get the file data from either a filehandle or a scalar rather than... -
File upload form trouble
Can anyone tell me why the file field is not uploading attachments on this page. I did everything in the... -
file upload form enctype="multipart/form-data
I'm upload a file using cffile upload and that seems to work fine except I need to use enctype="multipart/form-data on the form side. This isn't a... -
Flash Form - Upload File
I know that when using the CFFORM tag with type = Flash, it says you cannot use the input file tag. Has anyone found a way to upload a file with a... -
File upload from a form / upload_tmp_dir query
Hi Everyone This is my first day with PHP and, not surprisingly, I've run into a problem :-) I want to allow file uploads to the server... -
vkunirs #2
Re: Form with file upload box
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.
vkunirs Guest



Reply With Quote

