Click the Get It Now link on the menu and its yours.
You can use this to debug whatever is going on with your install, or just use what I did. I rewrote the file and image uploaders to have try/catch error handling, and to be a bit more efficient in what they do...
Although I believe there is a bug in the MIME type error trapping (you just get a cf error msg instead of the friendly one I wrote up in the handler, when you upload a forbidden mime type).
Its easy to fix. The CF file upload tutorial on my site is done properly. Just compare the files to that tutorial and you'll be golden.
RE: CF Version Uploading...( uses ASPX page? )
I plugged FCKEditor into my free ContentMonger Lite cms. Its available at the Macromedia Exchange. Quick link here:
http://mysecretbase.com/CMLite_Home.cfm
Click the Get It Now link on the menu and its yours.
You can use this to debug whatever is going on with your install, or just use what I did. I rewrote the file and image uploaders to have try/catch error handling, and to be a bit more efficient in what they do...
Although I believe there is a bug in the MIME type error trapping (you just get a cf error msg instead of the friendly one I wrote up in the handler, when you upload a forbidden mime type).
Its easy to fix. The CF file upload tutorial on my site is done properly. Just compare the files to that tutorial and you'll be golden.