Search the web
Sign In
New User? Sign Up
coldfusion-howto · ColdFusion Tips Tutorial Help Questions
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 32121 - 32150 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
32121
Hi, I want to add a progress bar to a page that upload a file to server. Can someone help me? Mehdi [Non-text portions of this message have been removed]...
mehdi_zare@...
Send Email
Apr 1, 2005
1:08 pm
32122
Hey CF'ers I want to learn everything I can about CFC's Can you all point me in the right direction? Thanks, Ernie...
eb_web_designs
Offline Send Email
Apr 1, 2005
3:37 pm
32123
... someone help me? This is just not possible: the CF server is even not aware a file is being uploaded before the files is completely arrived on the server....
Claude Schneegans
schneeca
Offline Send Email
Apr 1, 2005
3:54 pm
32124
Actually, it _may_ be possible. Testing some things now... :) -John ... From: Claude Schneegans [mailto:schneegans@...] ... Can someone help me?...
Bartlett, John
wyntermoonwolf
Offline Send Email
Apr 1, 2005
4:51 pm
32125
... May be using Java? -- _______________________________________ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm ...
Claude Schneegans
schneeca
Offline Send Email
Apr 1, 2005
4:55 pm
32126
Actually, no. Using just plain old CFML. But I just remembered why it wouldn't work, at least not with a status bar. When you upload a file to the web...
Bartlett, John
wyntermoonwolf
Offline Send Email
Apr 1, 2005
5:11 pm
32127
John, Do you know what the order of operations is for uploading a file? Is ColdFusion the only one that processes it, or does it interact with CGI at all?...
FROEHLING, ROBERT (AIT)
rf5782@...
Send Email
Apr 1, 2005
5:31 pm
32128
What happens is that the web server (MX's internal or IIS/apache/iPlanet/etc) takes in the file and stores it in a temp directory. Once the upload is...
Bartlett, John
wyntermoonwolf
Offline Send Email
Apr 1, 2005
5:34 pm
32129
Good luck and please let us know if we can help anymore. ... -- Auxilium meum a Domino...
Greg Morphis
omenchaos
Offline Send Email
Apr 1, 2005
6:02 pm
32130
... don't know what the total file size is. Good idea, but even so. Supposing that you know the name and location of the temporary file, which by the way will...
Claude Schneegans
schneeca
Offline Send Email
Apr 1, 2005
6:03 pm
32131
... don't know what the total file size is. So you can display a progress indicator but not a progress bar. Ok, but you could display a logarithmic scale bar,...
Claude Schneegans
schneeca
Offline Send Email
Apr 1, 2005
6:20 pm
32132
You can use the CFDIRECTORY tag to see the size of the file and watch it grow. -John ... From: Claude Schneegans [mailto:schneegans@...] Good...
Bartlett, John
wyntermoonwolf
Offline Send Email
Apr 1, 2005
7:08 pm
32133
And have people cursing their internet connection. "It goes SO fast at first!" -John ... From: Claude Schneegans [mailto:schneegans@...] Ok, but...
Bartlett, John
wyntermoonwolf
Offline Send Email
Apr 1, 2005
7:09 pm
32134
... grow. Yeah, I'm testing it. The problem is that I have a pretty fast connexion, so I must send some hudge file to have a chance to see any "progress" ;-) ...
Claude Schneegans
schneeca
Offline Send Email
Apr 1, 2005
7:15 pm
32135
... They're ALWAYS complaining anyway ;-)) -- _______________________________________ REUSE CODE! Use custom tags; See...
Claude Schneegans
schneeca
Offline Send Email
Apr 1, 2005
7:15 pm
32136
... As long as they're not blaming us. Hrm - code in an AOL delay!...
Bartlett, John
wyntermoonwolf
Offline Send Email
Apr 1, 2005
7:18 pm
32137
Hi there...I know this is a bit off the scope of this group, but with so many talented ppl in the room... I have a problem where my pages do not print beyond...
Michael Blues Strivelli
michael_stri...
Offline Send Email
Apr 1, 2005
7:46 pm
32138
Hi, I have seen something in the CF online help ; Tip: If your page is uploading a file that was selected on a form or was otherwise sent to your page via a...
mehdi_zare@...
Send Email
Apr 1, 2005
8:13 pm
32139
You won't see that until the file is actually 100% uploaded - and then it's pointless to check the aprox size when you can check the real size. -John ... From:...
Bartlett, John
wyntermoonwolf
Offline Send Email
Apr 1, 2005
8:15 pm
32140
Hi, I'm trying to send a file to the end-user using CFCONTENT tag. I have added a CFHEADER tag to add the file name, but the browser doesn't recognize it at ...
mehdi_zare@...
Send Email
Apr 1, 2005
8:16 pm
32141
Try this: <cfcontent type="application/octet-stream" file="C:\filedir\test.zip" deletefile="No"> You may need the full path of the file. -John...
Bartlett, John
wyntermoonwolf
Offline Send Email
Apr 1, 2005
8:20 pm
32142
Hi John, The browser show the dialogue box to start downloading the file but the name of the file is the name of the page, not the one I want to be. Mehdi ... ...
mehdi_zare@...
Send Email
Apr 1, 2005
8:31 pm
32143
... determine the approximate size of the file by checking the value of the CGI.content_length variable. Indeed, but you can *only* do this when the file has...
Claude Schneegans
schneeca
Offline Send Email
Apr 1, 2005
8:34 pm
32144
Try removing the cfheader tag. -John ... From: Mehdi_Zare@... [mailto:mehdi_zare@...] Sent: Friday, April 01, 2005 12:31 PM To:...
Bartlett, John
wyntermoonwolf
Offline Send Email
Apr 1, 2005
8:34 pm
32145
Hi, I have tried to encrypt my CF files but I get failed. Can you help me how to encrypt a complete web site into JAVA code to make it hard for hackers to ...
mehdi_zare@...
Send Email
Apr 1, 2005
8:42 pm
32146
The current books aren't going to help too much - the most advanced I know of covers MX 6.0. I'd wait a few months, there will be a few new books coming out...
Joe Rinehart
jrinehartasi
Offline Send Email
Apr 1, 2005
8:43 pm
32147
No change! Did you test this tag ? Mehdi ... From: Bartlett, John [mailto:john.bartlett@...] Sent: Saturday, April 02, 2005 1:03 AM To:...
mehdi_zare@...
Send Email
Apr 1, 2005
8:43 pm
32148
I am a lurker here, but to let you know what I see, is out of the four pages that print preview says is available, Page 1 and Page 3 show up a full list of...
HansenConsultant
new_dreamer2004
Offline Send Email
Apr 1, 2005
9:09 pm
32149
Hello I am having a problem with CFLOCATION working correctly on a page with CFOBJECT. It worked upto when I added the CFOBJECT tag. This is my action page,...
Rosario Morgan
rosario_morgan
Offline Send Email
Apr 1, 2005
9:24 pm
32150
I get 4 pages in Print Preview.. Only page 2 shows up blank. XP Pro Sp2 _____ Jason Radosevich Terminal Fusion <http://www.terminalfusion.com> ...
Jason Radosevich
j_abell
Offline Send Email
Apr 1, 2005
9:34 pm
Messages 32121 - 32150 of 42948   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help