Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: slackie
  • Order by date
  1. slackie

    UPLOADING MULTIPLE FILES AND DATA AT THE SAME TIME

    You should put the image file names in the database, then you can point to the file names using <img src=&quot;#picturepathandname#&quot;> when you output each car.
  2. slackie

    UPLOADING MULTIPLE FILES AND DATA AT THE SAME TIME

    You should put the image file names in the database, then you can point to the file names using <img src=&quot;#picturepathandname#&quot; when you output each car.
  3. slackie

    QUERYING FROM DATABASE AND FOLDER ??

    Use the <cffile> tag in coldfusion. Something like <CFFILE DESTINATION=&quot;C:\INETPUB\WWWROOT\SITEFOLDER\FILES\&quot; ACTION=&quot;UPLOAD&quot; NAMECONFLICT=&quot;OVERWRITE&quot; FILEFIELD=&quot;FileName&quot;>
  4. slackie

    UPLOADING MULTIPLE FILES AND DATA AT THE SAME TIME

    Do you mean how you get that information to display from a database, or do you mean how do you upload the choices made to a database?
  5. slackie

    PASSING VARIABLES BETWEEN PAGES

    If you want to pass variables in the short term, using session variables are the best. in your application enable session variables with something like <cfapplication name=&quot;whatevername&quot; sessionmanagement=&quot;Yes&quot;> then do you can do a example below of querying a database to...

Part and Inventory Search

Back
Top