Re: Multiple file upload - flash forms?

2006-03-16 Thread Thomas Chiverton
On Tuesday 14 March 2006 15:31, Robertson-Ravo, Neil (RX) wrote: I'm working on a photo gallery application and need to provide a user friendly way of uploading multiple image files. Either support uploading a single zip file, or a form that the user can add/remove file upload inputs to at

RE: Multiple file upload - flash forms?

2006-03-14 Thread Robertson-Ravo, Neil (RX)
I am not sure if Flash Forms can do this but Flash 8 certainly can. -Original Message- From: muzl hed [mailto:[EMAIL PROTECTED] Sent: 14 March 2006 15:44 To: CF-Talk Subject: Multiple file upload - flash forms? I'm working on a photo gallery application and need to provide a user

RE: Multiple file upload - flash forms?

2006-03-14 Thread Artur Kordowski
There is an Flash upload example by AS Fusion (http://www.asfusion.com/blog/entry/file-upload-with-coldfusion-flash-forms) .. In know that is possible to create a multiple file upload with flash, but how you can do it with this example I dont know. -Original Message- From: muzl hed

RE: Multiple file upload - flash forms?

2006-03-14 Thread Burns, John D
I would imagine that you'd have to build it directly in flash. Even then, I'm not sure you could do a multiple upload with a drag-and-drop type control. You could do multiple file selects and that sort of thing, but I don't know that there's a mass file select option in flash. I could be wrong as

RE: Multiple file upload - flash forms?

2006-03-14 Thread Kevin Aebig
Message- From: Burns, John D [mailto:[EMAIL PROTECTED] Sent: March 14, 2006 9:49 AM To: CF-Talk Subject: RE: Multiple file upload - flash forms? I would imagine that you'd have to build it directly in flash. Even then, I'm not sure you could do a multiple upload with a drag-and-drop type control

Re: Multiple file upload - flash forms?

2006-03-14 Thread Stephen Moretti
From: muzl hed [mailto:[EMAIL PROTECTED] I'm working on a photo gallery application and need to provide a user friendly way of uploading multiple image files. I would prefer to NOT use an ActiveX or Java widget so a Flash based solution seems ideal. Can ColdFusion Flash Forms be used

RE: Multiple file upload - flash forms?

2006-03-14 Thread Mark Leder
This might be helpful, as well: http://blog.oinam.com/archives/2005/08/flash-8-file-upload-download/ Thanks, Mark -Original Message- From: Stephen Moretti [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 14, 2006 11:29 AM To: CF-Talk Subject: Re: Multiple file upload - flash forms

RE: Multiple file upload - flash forms?

2006-03-14 Thread Bobby Hartsfield
11:22 AM To: CF-Talk Subject: RE: Multiple file upload - flash forms? You can have multiple file selects within Flash. Of course you have to select them all at the same time, so they need to be within the same folder. What you want to do isn't too difficult as these features are built in to Flash

RE: Multiple file upload - flash forms?

2006-03-14 Thread Bobby Hartsfield
That's what I figured ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 14, 2006 8:44 PM To: CF-Talk Subject: RE: Multiple file upload - flash forms? Using ajax is still submitting

RE: Multiple File Upload

2005-08-30 Thread Robertson-Ravo, Neil (RX)
Hey Mike, Yeah I read that Flash 8 does this - This could be interesting. Thanks. N -Original Message- From: Mike Chambers [mailto:[EMAIL PROTECTED] Sent: 27 August 2005 17:43 To: CF-Talk Subject: Re: Multiple File Upload fyi Flash Player 8 will allow multiple files

RE: Multiple File Upload

2005-08-30 Thread Robertson-Ravo, Neil (RX)
Good link Seth, I will see what I can find on this. -Original Message- From: Seth Bienek [mailto:[EMAIL PROTECTED] Sent: 26 August 2005 19:17 To: CF-Talk Subject: Re: Multiple File Upload The Stickman blog has a cool, cross-browser, single-form implementation that uses DHTML that I

RE: Multiple File Upload

2005-08-30 Thread Robertson-Ravo, Neil (RX)
Can you download the FLA anywhere?!? -Original Message- From: Mike Chambers [mailto:[EMAIL PROTECTED] Sent: 27 August 2005 17:43 To: CF-Talk Subject: Re: Multiple File Upload fyi Flash Player 8 will allow multiple files to be uploaded at once. http://blog.oinam.com/archives/2005/08

RE: Multiple File Upload

2005-08-29 Thread Micha Schopman
In regard to uploads, there have been numerous requests for an extended API for file uploads in browsers, and they are under consideration with browser developers. We are talking about at least the basics like: - the amount of bytes uploaded - the total amount of bytes - the transferring speed -

Re: Multiple File Upload

2005-08-29 Thread Robert Munn
www.infomentum.com These guys sell three different file upload/download products, all Java-based. The upload and download applets support multiple files on one page. I have used AppletFile, the upload app, for several years with good results. All, Apart from looping through and outputting

Re: Multiple File Upload

2005-08-28 Thread Johnny Le
Wow, when did this happen? I thought Flash cannot do upload. Not only that when I visited the site, I got a message saying that I need Flash player 8 to view it and ask me if I want to download it. This is so much better than the stupid blank page in the previous Flash Player versions.

Re: Multiple File Upload

2005-08-27 Thread Claude Schneegans
The Stickman blog has a cool, cross-browser, single-form implementation This is interesting indeed. However, one still has to select one file at a time, and there is no possibility to select a whole directory. IMO that would be the most usefull feature, but it is limited by the HTTP protocole.

Re: Multiple File Upload

2005-08-27 Thread Rick Root
Claude Schneegans wrote: The Stickman blog has a cool, cross-browser, single-form implementation This is interesting indeed. However, one still has to select one file at a time, and there is no possibility to select a whole directory. IMO that would be the most usefull feature, but it is

Re: Multiple File Upload

2005-08-27 Thread Mike Chambers
fyi Flash Player 8 will allow multiple files to be uploaded at once. http://blog.oinam.com/archives/2005/08/flash_8_file_up.html (includes CFR examples) mike chambers [EMAIL PROTECTED] Rick Root wrote: Claude Schneegans wrote: The Stickman blog has a cool, cross-browser, single-form

Re: Multiple File Upload

2005-08-26 Thread Neculai Macarie
Apart from looping through and outputting multiple forms (and via zip file) how are people handling multiple file uploads to a server? I'm using the jupload java applet: www.jupload.biz/. I'm showing a first page allowing the user to select common attributes of the images and on the second page

RE: Multiple File Upload

2005-08-26 Thread Ian Skinner
Does multiple form fields count as multiple forms? That is what I do. Create an upload field, and a control that allows the user to add more fields as necessary. I understand there are tools out there that my allow more true multi-file upload, but I've never needed to hunt them down and

re: Multiple File Upload

2005-08-26 Thread dave
hopefully this will go thru since all my recent posts are empty the problem is that you technically can only have 1 file.serverfile, so heres what i do in that case. make sure the file field isnt empty, do the upload give it a variable. !--- do the file 1 upload now --- cfif #form.pic1# NEQ

Re: Multiple File Upload

2005-08-26 Thread Seth Bienek
The Stickman blog has a cool, cross-browser, single-form implementation that uses DHTML that I have not tried out yet. But there's a demo on the site and an explanation of how it works: http://the-stickman.com/web-development/javascript/upload-multiple-files-with-a-single-file-element Take

Re: Multiple File Upload

2005-08-26 Thread Will Tomlinson
cfif #form.pic1# NEQ This doesn't need the #'s. It should be: cfif form.pic1 NEQ Same here: cfset pic1 = #file.serverfile# Should be: cfset pic1 = file.serverfile Will ~| Discover CFTicket - The leading ColdFusion Help

Re: Multiple File Upload

2005-08-26 Thread dave
To: CF-Talk cf-talk@houseoffusion.com Subject: Re: Multiple File Upload This doesn't need the #'s. It should be: Same here: Should be: Will ~| Logware (www.logware.us): a new and convenient web-based time tracking

Re: Multiple File Upload

2005-08-26 Thread Rick Root
Will, You made a typo. You typed should when I'm sure you meant could (and your post added nothing to the discussion.. of course, neither does this one) Rick Will Tomlinson wrote: cfif #form.pic1# NEQ This doesn't need the #'s. It should be: cfif form.pic1 NEQ Same here: cfset

Re: Multiple File Upload

2005-08-26 Thread Rick Root
Seth Bienek wrote: The Stickman blog has a cool, cross-browser, single-form implementation that uses DHTML that I have not tried out yet. But there's a demo on the site and an explanation of how it works:

Re: Multiple File Upload

2005-08-26 Thread Will Tomlinson
(and your post added nothing to the discussion.. of course, neither does this one) Ok, let me add somethin to the discussion here then. As of CFMX7 we can name our own variable for cffile by using the result attribute. cfif isDefined(Form.FileContents) !--- If TRUE, upload the file. ---

Re: Multiple File Upload

2005-08-26 Thread dave
. From: Will Tomlinson [EMAIL PROTECTED] Sent: Friday, August 26, 2005 8:51 PM To: CF-Talk cf-talk@houseoffusion.com Subject: Re: Multiple File Upload (and your post added nothing to the discussion.. of course, neither does this one) Ok, let me add somethin to the discussion here

Re: Multiple File Upload

2005-08-26 Thread Will Tomlinson
so adding more code to it makes sense to you? well ok, just cause i know you i can see you thinking that lol This is actually less code dude. Just add an attribute to cffile, done and why output it righ there? doesnt it make more sense to set it as a variable so you can do other things

Re: Multiple File Upload

2005-08-26 Thread Will Tomlinson
so adding more code to it makes sense to you? well ok, just cause i know you i can see you thinking that lol Compare this: result=pic1 with this: cfset pic1 = #file.serverfile# Which one is more code? :) ~| Find out how

Re: Multiple File Upload

2005-08-26 Thread dave
. From: Will Tomlinson [EMAIL PROTECTED] Sent: Friday, August 26, 2005 9:39 PM To: CF-Talk cf-talk@houseoffusion.com Subject: Re: Multiple File Upload so adding more code to it makes sense to you? well ok, just cause i know you i can see you thinking that lol

Re: Multiple File Upload

2005-08-26 Thread dave
time. From: Will Tomlinson [EMAIL PROTECTED] Sent: Friday, August 26, 2005 9:47 PM To: CF-Talk cf-talk@houseoffusion.com Subject: Re: Multiple File Upload so adding more code to it makes sense to you? well ok, just cause i know you i can see you

Re: Multiple File Upload

2005-08-26 Thread Rick Root
I swear the original question had something to do with dealing with multiple file uploads in ways not involving multiple form fields and looping over them. Rick ~| Find out how CFTicket can increase your company's customer

Re: Multiple File Upload

2005-08-26 Thread Will Tomlinson
ok show me where its less code.. so u can add an attribute or set a variable wheres the big discount of code at? I made an error with your example dave the disruptured. It should've been with your #'s: cfset #pic1# = #file.serverfile# You need to not be posting when you

Re: Multiple File Upload

2005-08-26 Thread dave
appreciate how difficult it is to dispense wisdom and abuse at the same time. From: Rick Root [EMAIL PROTECTED] Sent: Friday, August 26, 2005 10:17 PM To: CF-Talk cf-talk@houseoffusion.com Subject: Re: Multiple File Upload I swear the original question had

RE: multiple file upload

2003-06-24 Thread Anthony Wong
Opps .. my mistake .. I renamed the input type=file .. not on the name attribute but the id attribute .. -Original Message- From: Anthony Wong [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 2:35 AM To: CF-Talk Subject: multiple file upload Hi all, Anyone knows if the above is

Re: multiple file upload

2003-06-24 Thread Randell B Adkins
Yes it is.. I have uploaded 10 files before with one form one submission [EMAIL PROTECTED] 06/24/03 02:35PM Hi all, Anyone knows if the above is possible? My test with two input type=file and cffile in the same form doesn't seem to be able to upload both files to the server. I remembered

RE: Multiple File Upload

2002-03-31 Thread Derek Nalecki
Message- From: Dave Hannum [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 11:27 AM To: CF-Talk Subject: Re: Multiple File Upload Multiple File fields with different names and a CFFILE for each.. Dave - Original Message - From: Owen Leonard [EMAIL PROTECTED] To: CF-Talk [EMAIL

RE: Multiple File Upload

2002-03-22 Thread Shawn Grover
but do they release their source code to you when you purchase the product? -Original Message- From: Birgit Pauli-Haack [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 6:11 PM To: CF-Talk Subject: Re: Multiple File Upload I found two java applet solutions: both around $200

Re: Multiple File Upload

2002-03-21 Thread Owen Leonard
I need to have a multiple file upload. I've only ever heard two answers to this: 1. Some kind of custom Active-X somethingorother. 2. Multiple file input fields, followed by looping over cffile. I'd certainly be interested if anyone has any better solutions. -- Owen Athens County

Re: Multiple File Upload

2002-03-21 Thread Dave Hannum
Multiple File fields with different names and a CFFILE for each.. Dave - Original Message - From: Owen Leonard [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday, March 21, 2002 11:08 AM Subject: Re: Multiple File Upload I need to have a multiple file upload. I've only

RE: Multiple File Upload

2002-03-21 Thread James Taavon
[mailto:[EMAIL PROTECTED]] Sent: Thursday, March 21, 2002 11:27 AM To: CF-Talk Subject: Re: Multiple File Upload Multiple File fields with different names and a CFFILE for each.. Dave - Original Message - From: Owen Leonard [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Thursday

Re: Multiple File Upload

2002-03-21 Thread Birgit Pauli-Haack
I found two java applet solutions: both around $200 if I recall it correctly... AppletFile by Infomentum, Inc. http://www.infomentum.com/products/ or JUpload by Persits Software, Inc. http://www.aspupload.com/jupload.html Birgit Thursday, March 21, 2002, 11:08:26 AM, you wrote: I need to

RE: Multiple file upload / activeX?

2001-07-04 Thread Dylan Bromby
you might get more responses if you post on an active X list or newsgroup. -Original Message- From: Michael Lugassy [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 03, 2001 8:40 AM To: CF-Talk Subject: Multiple file upload / activeX? Anyone know a good activex com' that will be

RE: multiple file upload in the same time..

2001-04-03 Thread Philip Arnold - ASP
well Guys i need to know how to upload two files at the same time.. have done one file at a time. Just have more than one Image type field and more than one CFFile - if needs be, loop them Philip Arnold Director Certified ColdFusion Developer ASP Multimedia Limited T: +44 (0)20 8680 1133

RE: multiple file upload in the same time..

2001-04-03 Thread Steve Martin
Have more than 1 input type="file"... in the same form on a page and use the corresponding number of cffile action="upload"... on the action page. Steve -Original Message- From: paul . [mailto:[EMAIL PROTECTED]] Sent: 03 April 2001 13:44 To: CF-Talk Subject: multiple file upload in