Forum: ColdFusion May 19th, 2005 |
| Replies: 5 Views: 8,126 |
Forum: ColdFusion May 13th, 2005 |
| Replies: 1 Views: 3,746 Renaming FTP upload 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,023 Need Help with login authentication 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: 7,308 Re: IF statement 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... |
Forum: ColdFusion Jul 26th, 2004 |
| Replies: 1 Views: 3,972 Re: Registration form help 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: 7,308 IF statement 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 21st, 2004 |
| Replies: 2 Views: 4,954 |
Forum: ColdFusion Jul 21st, 2004 |
| Replies: 2 Views: 4,954 Setting up user name and password 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!!! |