> Hi Les - You could try <cfdump var="#cffile#"> after you have done the > upload..
That helped a lot! Thanks! > You are not using fully qualified paths. You use relative paths. It ended up being a permissions problem all along, but the server wasn't throwing an error, so I couldn't tell. destination="/vservers/mysite/htdocs/uploads/" This is the correct path for the server in question - it's Cold Fusion running on a Linux Server, which gets rather interesting in some aspects. It behaves differently than CF on IIS or something, which took some getting used to, especially file paths ... and I've got a bald spot from scratching! Actually, it's helped me clean up my coding and be more careful. On IIS "MyPicture.jpg" = "myPicture.jpg" = "Mypicture.jpg" = "mypicture.jpg". On Linux, "MyPicture.jpg" equals nothing but exactly that. "myPicture.jpg" is a totally different file. -- Les Mizzell ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:4:189783 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

