here is what's going on:
- the files aren't being uploaded into the uploads folder in the cgi-bin directory
- when i have the "Show upload status in pop-up window" check box checked.. it just reverts to transfer complete...
- however when i have it unchecked.. nothing seems to happen.
i've followed your faqs and chmod all directories 777/755 accordingly in and including my cgi-bin folder.
in my /cgi-bin i have
uploader/HTML
uploader/Templates
uploader/tmp
uploader/uploads
uploader/post.cgi
uploader/upload.cgi
uploader/uploade_status.cgi
uploader/XUploadConfig.pm
uploader/.htaccess
in my /www directory,
uploade_form.html
I changed the XUploadConfig.pm file to have the following folder settings
Code: Select all
# Directory for temporary using files
temp_dir => '/xd1/homes/hash/89/a4689/34/14/u51434/jameschang.com/cgi-bin/uploader/tmp',
# Directory for uploaded files
target_dir => '/xd1/homes/hash/89/a4689/34/14/u51434/jameschang.com/cgi-bin/uploader/uploads',
# Path to the template using for upload status window
templates_dir => '/xd1/homes/hash/89/a4689/34/14/u51434/jameschang.com/cgi-bin/uploader/Templates',
#templates_dir => '../../cgi-bin/uploader/Templates',
You can find it here..
http://www.jameschang.com/upload_form.html
On the shared hosting server i'm using..
Apache Version Apache
Apache Release 10337100
Apache API Version 19990320
Apache/1.3.37 Server
OSTYPE linux (redhat i believe)
xupload script version 2.6
thanks in advance...