home *** CD-ROM | disk | FTP | other *** search
- <CFINCLUDE TEMPLATE="check_ip.cfm">
-
- <CFIF ParameterExists(CancelButton) IS "Yes">
- <CFLOCATION URL="exprcalc.cfm?RequestTimeout=2000">
- </CFIF>
-
- <CFFILE ACTION="UPLOAD"
- FILEFIELD="FileToBeOpened"
- DESTINATION="#ExpandPath('.\')#"
- NAMECONFLICT="MAKEUNIQUE">
-
- <CFLOCATION URL="exprcalc.cfm?RequestTimeout=2000&OpenFilePath=#FILE.ServerDirectory#\#FILE.ServerFile#">
-
-
-
-