Forum: ColdFusion May 19th, 2005 |
| Replies: 5 Views: 9,236 Uploading a file is the easy part. Renaming it is might not be possiable. I have been trying for a very long time and nobody seems to be able to help. |
Forum: ColdFusion May 13th, 2005 |
| Replies: 1 Views: 4,368 I would like to rename the users file that they upload to my ftp. I want to add the CustId to the begging of the file name. For example it they select a file called test I want it to be named 223Test... |
Forum: ColdFusion Jul 27th, 2004 |
| Replies: 1 Views: 6,911 I have been looking up some of this stuff in my book but I just can't seem to get it. Below is my code. If my username and password are correct I want to display the page (GetPictureFromUser.cfm) ... |
Forum: ColdFusion Jul 26th, 2004 |
| Replies: 3 Views: 8,721 What is the difference between the template and using the url. The template worked although it displayed the information the same page which I guess is fine. The url displayed a blank page.
... |
Forum: ColdFusion Jul 26th, 2004 |
| Replies: 1 Views: 4,742 This should get you started
<cfform Action= "Put the name of the page that your insert query is on" Method= "Post" Name="InsertCustInfo" enablecab="Yes">
First Name: <input type="text"... |
Forum: ColdFusion Jul 26th, 2004 |
| Replies: 3 Views: 8,721 After this line of code:
<cfif Password eq #Password# and UserName eq #UserName#>
If this info is right I want to Display a page called GetPictureFromUser. How do I do this? |
Forum: ColdFusion Jul 22nd, 2004 |
| Replies: 2 Views: 5,891 |
Forum: ColdFusion Jul 21st, 2004 |
| Replies: 2 Views: 5,891 I have a page where the user can enter his username and password. Does anyone have any examples on how to check the database for to make sure the user matches the username and password.
Thanks!!! |