Colin Coles wrote: >Pretty much. You can see the page on www.ictmt7.org - Test Form at the >bottom of the links page. >I have just tested the test form page on localhost as well - no sign of >any files turning up in there either. >Curiously, as I think I mentioned way back, the original upload page >worked fine on localhost loading the files with no problem. > >
You've got a typo in your form. <form actiontest_action.cfm method="post" enctype="multipart/form-data"> should be <form action="test_action.cfm" method="post" enctype="multipart/form-data"> Regards Stephen ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:15:684 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
