Nope. Here's the action page:
<html>
<head>
<title>test_action page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<cffile action="upload" filefield="myFile" destination="#ExpandPath('.')#">
<cfdump var="#CFFILE#">
</head>
<body>
</body>
</html>Here's the form page: <html> <head> <title>test form page</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <form action"test_action.cfm" method="post" enctype="multipart/form-data"> <input type="file" name ="test_file" /> <input type="submit"> </form> This is a test upload page - please do not use. </body> </html> Thanks for your patience - and apologies for being so slow (remedial!) Colin Coles ICT Development Manager John Cabot City Technology College Tel 0117 976 3000 Ext 2112 Mobile: 07734395347 E Mail: [EMAIL PROTECTED] Alt: [EMAIL PROTECTED] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:15:679 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/15 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:15 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
