You have filefield="myFile" and name="test_file", is this just a typo in your email?
-----Original Message----- From: Colin Coles [mailto:[EMAIL PROTECTED] Sent: 28 February 2005 11:24 To: CF-Newbie Subject: Re: String index out of range: -4 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] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Purchase Studio MX with Flash Pro from House of Fusion, a Macromedia Authorized Affiliate and support the CF community. http://www.houseoffusion.com/banners/view.cfm?bannerid=51 Message: http://www.houseoffusion.com/lists.cfm/link=i:15:680 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
