Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums

6 Posted Topics

Member Avatar for cfnut

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 in my upload folder on my ftp …

Member Avatar for bkendall
0
173
Member Avatar for alwaysneedhelp

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.

Member Avatar for WrkrAnt
0
194
Member Avatar for cfnut

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) If the passwords do not match up I want to display the …

Member Avatar for dazzlindonna
0
188
Member Avatar for cfnut

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?

Member Avatar for dazzlindonna
0
175
Member Avatar for charmed0rz

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" Name="FName"> Last Name: <input type="text" Name="LName"> EMail: <input type="text" Name="Email"> UserName: <input type="text" Name="UserName"></td></tr> Password: <input type="text" Name="Password"> <td><INPUT type ="Submit" Value ="Submit"></td> …

Member Avatar for cfnut
0
150
Member Avatar for cfnut

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!!!

Member Avatar for cfnut
0
227

The End.