/lasosta.org
+-- cgi-bin
+-- public
+-- mdb-database
+-- …
default permissions in folders:
cgi-bin --> read, execution;
public --> read, write;
mdb-database --> write;
I CAN'T SET OTHER MERMISSIONS IN OTHERS FOLDERS....
1) i put all the content of XUpload in cgi-bin but not upload_form.html
2) put upload_form.html in the root /lasosta.org
3) edit www.lasosta.org/upload_form.html in 2 point the url to:
/cgi-bin/upload_status.cgi?upload_id=
/cgi-bin/upload.cgi?upload_id=
4) edit the www.lasosta.org/cgi-bin/XUploadConfig.pm to
Code: Select all
temp_dir => '/lasosta.org/public/temp',
target_dir => '/lasosta.org/public/finished',
templates_dir => '/lasosta.org/cgi-bin/Templates',
url_post => 'http://www.lasosta.org/cgi-bin/post.cgi',
redirect_link => 'http://www.lasosta.org/upload_form.html',
www.lasosta.org/public/temp
www.lasosta.org/public/finished
BUT IT DOESN'T WORKKKKKK help me please