XUpload - XUpload Pro Configuration Problem

Message
Author
kim
Posts: 3
Joined: Apr 23, 2007 8:06 am

XUpload Pro Configuration Problem

#1 Postby kim » Apr 23, 2007 8:41 am

Hi

I am trying to configure XUpload Pro version on Linux Server.
As per the instructions given in XUpload install document, i have copied the files at following locations:

public_html/cgi-bin/xuploadpro - All files other than htdocs folder
public_html - All files in htdocs folder

file permissions for upload and temp folder is set as required.

and made required changes in config file

on executing upload_form.html no file is uploaded and i am getting js error ext_allowed not defined and max_upload_files not defined.

Please help me to sort out the problem and configuring the same on server and what steps i need to perform to upload multiple files

Thanks in advance

Kim

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Apr 23, 2007 11:33 am

You have an error in upload.cgi. Try to open http://.../upload.cgi?mode=settings - it should return variables, not error.
Have you CHMODed all .cgi to 755?

kim
Posts: 3
Joined: Apr 23, 2007 8:06 am

#3 Postby kim » Apr 23, 2007 1:30 pm

hi

Thanks for the reply

I tried to open http://.../upload.cgi?mode=settings and it result into error page instead of variables.

regarding CHMOD permissions
cgi-bin folder is having the premission 755
xuploadpro : 777
Temp & uploads 777
other folders and files having permission 755

Please let me know what i need to do to execute the upload.cgi. do i need to change in that file too. I am not familiar with perl scripts and will b very thankful if u can please guide me to sort out the problem

Thanks
Kim

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#4 Postby PilgrimX182 » Apr 23, 2007 1:52 pm