Re: Uploading multiple files

2007-08-19 Thread Web Specialist
I'll suggest you to use this great javascript and Flash utility to upload several files. Works like a charm for me integrated with CF backend. Very impressive! http://swfupload.mammon.se/ Cheers 2007/8/19, Pete Ruckelshaus <[EMAIL PROTECTED]>: > > Use multiple typoe="file" fields with unique nam

Re: Uploading multiple files

2007-08-19 Thread Pete Ruckelshaus
Use multiple typoe="file" fields with unique names and process each one separately. I've also created apps where a single zip file containing multiple files can be uploaded, then the package is unzipped and the files contained are processed. Pete On 8/18/07, Steve Sequenzia <[EMAIL PROTECTED]>

Re: Uploading multiple files

2007-08-18 Thread James Holmes
You can't. You'll need to use something like a flex app or a java applet. I've used this flex app with great success: http://www.adobe.com/devnet/coldfusion/articles/multifile_upload.html On 8/19/07, Steve Sequenzia <[EMAIL PROTECTED]> wrote: > I am trying to figure out how to use cfinput type="

Uploading multiple files

2007-08-18 Thread Steve Sequenzia
I am trying to figure out how to use cfinput type="file" to upload multiple files at once. I can only seem to get it to accept one file at a time. Any help on this would be great. BTW - I am on CF8. Thanks. ~| Check out the n

Re: file size when uploading multiple files

2006-10-27 Thread Mingo Hagen
I'm also not aware of a way (other then java/flash) to do this client-side. We do it the same way you described (but on the cffile, not on the entire cgi.content_length). daniel kessler wrote: > Is there a way and if not, what do y'all do? ~~

Re: file size when uploading multiple files

2006-10-27 Thread Adrian
f you find it. > > -B > .. > Ben Nadel > Certified Advanced ColdFusion Developer > www.bennadel.com > > > -Original Message- > From: daniel kessler [mailto:[EMAIL PROTECTED] > Sent: Friday, October 27, 2006 8:41 AM > To: CF-Talk > Subjec

RE: file size when uploading multiple files

2006-10-27 Thread Ben Nadel
27, 2006 8:41 AM To: CF-Talk Subject: file size when uploading multiple files I'm uploading multiple files. But before I upload any of the files, I want to see if any one of them is too large for upload. We set a file size limit of 1 meg per file. In the past when I have uploaded files, i

file size when uploading multiple files

2006-10-27 Thread daniel kessler
I'm uploading multiple files. But before I upload any of the files, I want to see if any one of them is too large for upload. We set a file size limit of 1 meg per file. In the past when I have uploaded files, it has been one file per form and I have some code that seems to allow me to

Re: uploading multiple files questions

2006-10-27 Thread daniel kessler
well the problem seems to have just "gone away - poof", which scares the beh-jeebers outta me. Not much I can do though if the problem doesn't show now. Well, as I'll post the other question in it's own post. > I'm trying to upload multiple files to the server from a form with > multiple file

uploading multiple files questions

2006-10-26 Thread daniel kessler
I'm trying to upload multiple files to the server from a form with multiple file buttons. The code for the upload is below. I have a couple of problems. - I receive an error from Safari (not IE, or Firefox): Safari can’t open the page “http://hhp.umd.edu/dean/notes/additem.cfm”. The error

Follow-up: Uploading multiple files - not necessarily CF

2006-06-26 Thread Everett, Al \(NIH/NIGMS\) [C]
Thanks to all who offered solutions to this dilemma. As I suspected, due to security concerns, any solution requiring a Java applet, Flash, or any other third-party solution is a non-starter. The users will just have to deal with it. I am hopeful, however, that others who search the CF-Talk archiv

RE: Uploading multiple files - not necessarily CF

2006-04-26 Thread Everett, Al \(NIH/NIGMS\) [C]
y Matthews [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 26, 2006 9:46 AM To: CF-Talk Subject: RE: Uploading multiple files - not necessarily CF I know it seems like a pain to select 20 uploads at once, but once you've selected the first file, the browser will remember the directory you were last

Re: Uploading multiple files - not necessarily CF

2006-04-26 Thread Ray Champagne
t; --//-> > > -Original Message- > From: Everett, Al (NIH/NIGMS) [C] [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 25, 2006 2:05 PM > To: CF-Talk > Subject: RE: Uploading multiple files - not necessarily CF > > > Alas, I spoke too soon. N

RE: Uploading multiple files - not necessarily CF

2006-04-26 Thread Andy Matthews
- From: Everett, Al (NIH/NIGMS) [C] [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 25, 2006 2:05 PM To: CF-Talk Subject: RE: Uploading multiple files - not necessarily CF Alas, I spoke too soon. No, that's not going to work for me. The "upload multiple files" is simply 20 HTML file fie

RE: Uploading multiple files - not necessarily CF

2006-04-25 Thread Mark Leder
: Re: Uploading multiple files - not necessarily CF here is a flash 8 application that allows multiple file uploads. I never did dig in to see how it was done, but you are free to try. http://www.bubbleshare.com/upload/mmflash On 4/25/06, Patrick McGeehan <[EMAIL PROTECTED]> wrote: > Are

Re: Uploading multiple files - not necessarily CF

2006-04-25 Thread Ryan Guill
[mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 25, 2006 4:21 PM > To: CF-Talk > Subject: RE: Uploading multiple files - not necessarily CF > > I'll dig into that. Gotta get Java installed though. > > -Original Message- > From: Mark Leder [mailto:[EMAIL PROTEC

RE: Uploading multiple files - not necessarily CF

2006-04-25 Thread Patrick McGeehan
MAIL PROTECTED] Sent: Tuesday, April 25, 2006 4:21 PM To: CF-Talk Subject: RE: Uploading multiple files - not necessarily CF I'll dig into that. Gotta get Java installed though. -Original Message- From: Mark Leder [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 25, 2006 4:14 PM To: CF-T

RE: Uploading multiple files - not necessarily CF

2006-04-25 Thread Everett, Al \(NIH/NIGMS\) [C]
I'll dig into that. Gotta get Java installed though. -Original Message- From: Mark Leder [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 25, 2006 4:14 PM To: CF-Talk Subject: RE: Uploading multiple files - not necessarily CF The java app I mentioned will fit directly into your html

RE: Uploading multiple files - not necessarily CF

2006-04-25 Thread Mark Leder
: RE: Uploading multiple files - not necessarily CF I've been told that whatever solution we go with has to work in the current application "flow." In other words, we need to be able to seamlessly slot the solution into our current web application. Sending the users to a separate a

RE: Uploading multiple files - not necessarily CF

2006-04-25 Thread Everett, Al \(NIH/NIGMS\) [C]
t, ideally, can fit into an existing HTML form. I'm not optimistic. -Original Message- From: Everett, Al (NIH/NIGMS) [C] Sent: Tuesday, April 25, 2006 2:06 PM To: CF-Talk Subject: Uploading multiple files - not necessarily CF I'm looking for a solution to this problem: For an in

Re: Uploading multiple files - not necessarily CF

2006-04-25 Thread DRE
bject: RE: Uploading multiple files - not necessarily CF > > Alas, I spoke too soon. No, that's not going to work for me. The "upload > multiple files" is simply 20 HTML file fields. No good. > > I might be able to use it for something else, but not for this project

RE: Uploading multiple files - not necessarily CF

2006-04-25 Thread Mark Leder
www.aurigma.com Awesome Java tag - some of the best documentation I've seen anywhere. Thanks, Mark -Original Message- From: Everett, Al (NIH/NIGMS) [C] [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 25, 2006 3:05 PM To: CF-Talk Subject: RE: Uploading multiple files - not necess

RE: Uploading multiple files - not necessarily CF

2006-04-25 Thread Everett, Al \(NIH/NIGMS\) [C]
pril 25, 2006 3:00 PM To: CF-Talk Subject: RE: Uploading multiple files - not necessarily CF Looks promising, but may be more than I need/want. I certainly don't want the end users able to delete files or directories on the server. But I've just glanced at it. Thanks for the tip. -O

RE: Uploading multiple files - not necessarily CF

2006-04-25 Thread Everett, Al \(NIH/NIGMS\) [C]
ent.) -Original Message- From: Rob Wilkerson [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 25, 2006 2:42 PM To: CF-Talk Subject: Re: Uploading multiple files - not necessarily CF You mean by control- or shift-clicking? So click "Browse" and then select multiple files from

RE: Uploading multiple files - not necessarily CF

2006-04-25 Thread Everett, Al \(NIH/NIGMS\) [C]
e- From: Ben Nadel [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 25, 2006 2:32 PM To: CF-Talk Subject: RE: Uploading multiple files - not necessarily CF Rob, That's nice little solutions. I think though, what he ultimately wants is to not have to "browse" for each new file...

RE: Uploading multiple files - not necessarily CF

2006-04-25 Thread Everett, Al \(NIH/NIGMS\) [C]
25, 2006 2:37 PM To: CF-Talk Subject: Re: Uploading multiple files - not necessarily CF Checkout the CFFM (CF file Manager) by Rick root I think. Russ -Original Message- From: "Rob Wilkerson" <[EMAIL PROTECTED]> To: CF-Talk Date: Tue, 25 Apr 2006 14:19:22 -0400 Subject: Re

Re: Uploading multiple files - not necessarily CF

2006-04-25 Thread Rob Wilkerson
You mean by control- or shift-clicking? So click "Browse" and then select multiple files from the dialog? If so, then that can't be done as far as I know. Using the standard file input, control- and shift-clicking is disabled. One file at a time. Period. I missed that possible meaning. Thank

Re: Uploading multiple files - not necessarily CF

2006-04-25 Thread Russ Michaels
Checkout the CFFM (CF file Manager) by Rick root I think. Russ -Original Message- From: "Rob Wilkerson" <[EMAIL PROTECTED]> To: CF-Talk Date: Tue, 25 Apr 2006 14:19:22 -0400 Subject: Re: Uploading multiple files - not necessarily CF > What about using DHTML? Take

RE: Uploading multiple files - not necessarily CF

2006-04-25 Thread Ben Nadel
ff like ActiveX dealies. -ben ... Ben Nadel www.bennadel.com -Original Message- From: Rob Wilkerson [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 25, 2006 2:19 PM To: CF-Talk Subject: Re: Uploading multiple files - not necessarily CF What about using DHTML? Take a lo

Re: Uploading multiple files - not necessarily CF

2006-04-25 Thread Rob Wilkerson
What about using DHTML? Take a look at something like this: http://the-stickman.com/web-development/javascript/upload-multiple-files-with-a-single-file-element/ I've played with it a little bit and it looks pretty nice. I have not used it in production, though, so it will require some testing.

Uploading multiple files - not necessarily CF

2006-04-25 Thread Everett, Al \(NIH/NIGMS\) [C]
I'm looking for a solution to this problem: For an intranet site, the end user should be able to select multiple files (or even a directory) located on his/her local machine, and press a single button to upload them to the server. We're a CF shop and I don't see a CF solution for this piece, bu

RE: uploading multiple files

2001-04-26 Thread Susan Matthews
ohhh. Who knows what I was thinking. Thank you for your help! :) > -Original Message- > From: Dylan Bromby [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 26, 2001 2:15 PM > To: CF-Talk > Subject: RE: uploading multiple files > > > you will use CFFILE in each

RE: uploading multiple files

2001-04-26 Thread Dylan Bromby
-Talk Subject: RE: uploading multiple files Thank you. I'm not as familiar w/ file.clientFile as I should be. It may not even be what I need in this situation First form: Large Image: Thumbnail Image: Printable Version: Then, in the receiving form... I understand how to loop

RE: uploading multiple files

2001-04-26 Thread Susan Matthews
26, 2001 12:26 PM > To: CF-Talk > Subject: RE: uploading multiple files > > > i do this a lot. > > in your form, CFLOOP to create each upload form element. use the > INDEX value > as part of each form element name. > > then, in the code that handles the form, CF

RE: uploading multiple files

2001-04-26 Thread Dylan Bromby
- From: Susan Matthews [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 9:04 AM To: CF-Talk Subject: uploading multiple files Hi all-- I have a form that uses multiple to upload multiple files(images and PDFs). In the past, when using I have used 'file.clientFile' to sav

uploading multiple files

2001-04-26 Thread Susan Matthews
Hi all-- I have a form that uses multiple to upload multiple files(images and PDFs). In the past, when using I have used 'file.clientFile' to save the file name so that I can read the correct file later from a known directory. If I am uploading multiple files on one form, how do I

RE: Uploading multiple files at one time

2000-12-11 Thread Dylan Bromby
ecember 11, 2000 11:49 AM To: CF-Talk Subject: Uploading multiple files at one time Hi All, I want to upload several files at a time, without writing the file to the server until the user submits the form. Any thoughts? Jim ~~ Structure

Re: Uploading multiple files at one time

2000-12-11 Thread Sébastien Riccio
maybe multile file fields ? (with browse buttons) - Original Message - From: "Milks, Jim" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, December 11, 2000 8:48 PM Subject: Uploading multiple files at one time > Hi All, >

Uploading multiple files at one time

2000-12-11 Thread Milks, Jim
Hi All, I want to upload several files at a time, without writing the file to the server until the user submits the form. Any thoughts? Jim ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthor

Re: uploading multiple files

2000-05-04 Thread B.Cravens
) VALUES (''#resfilename#', '#excfilename#') - Original Message - From: "THERESA" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 04, 2000 3:02 AM Subject: uploading multiple files > > I am uploading 2 files and am usin

uploading multiple files

2000-05-04 Thread THERESA
> I am uploading 2 files and am using the makeunique function for > naming. > > The problem I am having is when I write the name of the files to the > db, I want to use the names given if they were made unique, so I am > using this: '#File.ServerFile#' > > The problem is that it's putting the