Here's a link to the upload script we're using:
http://www.perlscriptsjavascripts.co...ite/index.html
Three things to be aware of:
* This script is written in Perl which requires CGI. Be sure your web service provider supports CGI.
* If you upload your page files to your service provider via FTP, send the script files using ASCII mode (not BINARY) otherwise the script gets corrupted.
* You'll need to set appropriate permissions on the directories (folders) your users will be uploading to. See their site for more info on this.
Hope it helps you get started.
- Kurt