View previous topic :: View next topic |
Author |
Message |
deadfive -
Joined: 23 Jun 2005 Posts: 3
|
Posted: Fri Jun 24, 2005 1:08 am Post subject: Allowing uploads |
|
|
How do I allow people to upload files to my server? I have a cgi script and everything is configured in the script itself I just need to allow it to work.
Error 405
Method Not Allowed
Powered by Abyss Web Server X1
© Aprelium Technologies - 2001-2005
That is what I get when I go to upload something to my server from the webpage. _________________ [img]http://n00bstories.com/image.fetch.php?id=1194669039[/img]
[img]http://n00bstories.com/image.fetch.php?id=1081400922[/img] |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Fri Jun 24, 2005 12:49 pm Post subject: Re: Allowing uploads |
|
|
deadfive,
Error 405 means that the script that is configured as the ACTION of your FORM is not declared as a script in Abyss Web Server. Have you configured the PHP/Perl/ASP (depending on the language your script uses) support in Abyss Web Server as explained in http://www.aprelium.com/support ? _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
|