XUpload - installation not working

Message
Author
vivaxone
Posts: 8
Joined: Jan 04, 2007 12:02 am

installation not working

#1 Postby vivaxone » Mar 29, 2007 1:25 am

Hi i have a problem with the installation, i copied all the file and everything on the server, permissions are set as well, now whats not working is the following:

If i use the form2 (upload_form2.html) and i want to add an other +1 upload slot it doesn't show up, same goes for the progress bar showing up. the file goes in the right folder and everything, just nothing happens until it is there...

Please anyone has some help.

Here is the link to the file http://www.abiprinting.com/upload/upload_form2.html

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

#2 Postby PilgrimX182 » Mar 29, 2007 5:29 am

What I see there....

Code: Select all

action="/cgi-bin/xupload/upload.cgi?upload_id="
this path follow to 404, I guess it should be

Code: Select all

action="/cgi-bin/upload.cgi?upload_id="
But opening it in browser..
http://www.abiprinting.com/cgi-bin/uplo ... e=settings
gives Internal Server Error. Means something wrong inside upload.cgi. Linux or Windows server? Use FTP binary upload mode to upload files to server. Look into Apache logs for detailed info.

vivaxone
Posts: 8
Joined: Jan 04, 2007 12:02 am

#3 Postby vivaxone » Mar 29, 2007 12:08 pm

PilgrimX182 wrote:What I see there....

Code: Select all

action="/cgi-bin/xupload/upload.cgi?upload_id="
this path follow to 404, I guess it should be

Code: Select all

action="/cgi-bin/upload.cgi?upload_id="
But opening it in browser..
http://www.abiprinting.com/cgi-bin/uplo ... e=settings
gives Internal Server Error. Means something wrong inside upload.cgi. Linux or Windows server? Use FTP binary upload mode to upload files to server. Look into Apache logs for detailed info.
hey there, thanks for the help, i uploaded the files again in BIN mode and set the path correct, now it seems to be working...

Thank you so much.