home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 139 / dpcs0999.iso / Web / CFserver / data1.cab / Documentation / expeval / displayopenedfile.cfm < prev    next >
Encoding:
Text File  |  1999-04-12  |  407 b   |  16 lines

  1. <CFINCLUDE TEMPLATE="check_ip.cfm">
  2.  
  3. <CFIF ParameterExists(CancelButton) IS "Yes">
  4.     <CFLOCATION URL="exprcalc.cfm?RequestTimeout=2000">
  5. </CFIF>
  6.  
  7. <CFFILE ACTION="UPLOAD" 
  8.         FILEFIELD="FileToBeOpened" 
  9.         DESTINATION="#ExpandPath('.\')#"
  10.         NAMECONFLICT="MAKEUNIQUE">
  11.  
  12. <CFLOCATION URL="exprcalc.cfm?RequestTimeout=2000&OpenFilePath=#FILE.ServerDirectory#\#FILE.ServerFile#">
  13.  
  14.  
  15.  
  16.