It seems I was not creating the directory prior to trying to upload it. Here is how I fixed it.
<cfdirectory action="create" directory="C:\Websites\CSR
This created the directory that my upload goes in, it was failing beacause the directory did not exist.
Thanks and God Bless you for trying to help me this worked so no more issues hopefully.
Main Topics
Browse All Topics





by: azadisaryevPosted on 2009-04-23 at 01:25:51ID: 24212819
>> has suddenly stopped working
it'll help a lot if you elaborated on the above more:
what makes you think it has stopped working?
what exactly happens now?
any cf errors you see?
anything you see in cf logs?
+ anything you have changed recently in your code/server config that might have influenced file upload functionality?
+ is the missing <cftry> tag before your <cffile> tag just a bad copy-paste or are you really missing it?
+ (not that it's related to the problem in any way) you have a closing </span> tag in your code without any opening tag.
Azadi