PDA

View Full Version : Upload Page Error



Padapwn
12-10-2006, 12:29 AM
Method Not Allowed
The requested method POST is not allowed for the URL /members/cf_upload.cfm.

anyone know what it means? its supposed to be a ColdFusion script/form to allow the public to upload files to my site. I've tried looking it up but I have not found a solution yet. Anyone know or have any suggestions??

I've probably made one big mistake somewhere, but its hard for me to find because this is the first time I've ever used ColdFusion and for the most part I followed a tutorial. =/

Thanks
~Padapwn

Pethens
12-10-2006, 01:18 AM
This error means that Apache does not think cfm files can process form variables. Unfortunately for you, this is correct :( Bluehost doesn't support cold fusion.

The solution would be to seek an upload script written in PHP or Perl, for example. I don't think they are hard to find.

Stephen

Padapwn
12-10-2006, 01:23 AM
ohh thank you. I didn't even check to see if Bluehost supported it.

Thanks
~Padapwn

bobdog
12-10-2006, 01:37 AM
Here is a nice file uploader form I use:

http://codewalkers.com/seecode/192.html