File upload progress bar.

2009-02-06 Thread Robert Rawlins
Chaps, Does anyone have any good solution for displaying a file upload progress bar? I essentially have a form which looks like this: form name=upload action=process.cfm method=post input name=NewName type=text / input name=TheFile type=file / input name

Recheck: File Upload Progress Bar

2008-12-19 Thread Robert Harrison
I asked this some time ago and got no solutions, but maybe now. I also researched this again and still found no solutions. I'd like to be able to put either a file upload progress bar on a multi-part form, but I'd be happy if I could even just put an animated gif to show that something

Re: Recheck: File Upload Progress Bar

2008-12-19 Thread Claude Schneegans
I asked this some time ago and got no solutions, Because there is no solution. but maybe now. I also researched this again and still found no solutions. because there is still no solution. Well, there are solutions, but using Flash tools. Searc for multiple upload AND Flash I'd be

RE: Recheck: File Upload Progress Bar

2008-12-19 Thread Robert Harrison
I asked this some time ago and got no solutions, Because there is no solution. but maybe now. I also researched this again and still found no solutions. because there is still no solution. Well, that's what I thought but I had to check again. Things change. Hopefully Adobe will

Re: Recheck: File Upload Progress Bar

2008-12-19 Thread Ian Skinner
Hopefully Adobe will address this problem soon. I'm not the only one raising this issue. I could not find a solution in my search, but I sure found a lot of complaints posted about this. Well, before Adobe can address this problem, the entire HTTP standard for client-server communications

Re: Recheck: File Upload Progress Bar

2008-12-19 Thread Dan Vega
http://cfmu.riaforge.org/ Uses Flex/ColdFusion but provides a real solution. Thank You Dan Vega danv...@gmail.com http://www.danvega.org On Fri, Dec 19, 2008 at 10:02 AM, Ian Skinner h...@ilsweb.com wrote: Hopefully Adobe will address this problem soon. I'm not the only one raising this

Re: Recheck: File Upload Progress Bar

2008-12-19 Thread Ryan Stille
Robert wrote: Anyone know of a solution for either an upload progress bar (not using flex), or at least to output a message while the file is uploading? You can show an in progress meter using only GIFs and JavaScript. Take a look at this article:

RE: Recheck: File Upload Progress Bar

2008-12-19 Thread Robert Harrison
I found a simulated solution using java script that will get me by for now. If a file is uploaded (files are not required) the JS opens a popup window that shows an animated gif (file loading). When the next page opens it closes the window. That will do for now. Sometimes the users just need to

RE: Recheck: File Upload Progress Bar

2008-12-19 Thread Al Musella, DPM
You can try using an IFRAME for the upload file form field.. use javascript on the submit button to hide (or make really small) the iframe and replace it with a animated gif of file uploading.. then when the next page loads, fire a javascript event to change the gif to done!.. At 09:29 AM

Re: Recheck: File Upload Progress Bar

2008-12-19 Thread Martijn van der Woud
I found a simulated solution using java script that will get me by for now. If a file is uploaded (files are not required) the JS opens a popup window that shows an animated gif (file loading). When the next page opens it closes the window. That will do for now. Sometimes the users just need to

File upload progress bar

2004-11-10 Thread CFDEV
Hi, I know it's been discuss before but I don't find it in the archive. I'm looking for a way (free) to have a progress bar of the file upload when using cffile... Thanks Pat ~| Special thanks to the CF Community Suite Gold