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@...
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...
... 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....
... May be using Java? -- _______________________________________ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm ...
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...
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@...
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...
... 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...
... 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,...
... 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" ;-) ...
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...
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@...
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:...
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@...
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...
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@...
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...
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@...
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...
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@...
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...
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,...