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
XUpload - installation not working
- PilgrimX182
- Posts: 2187
- Joined: Mar 22, 2006 1:39 pm
What I see there....
this path follow to 404, I guess it should be
But opening it in browser..
http://www.abiprinting.com/cgi-bin/upload.cgi?mode=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.
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/upload.cgi?mode=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.
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 beCode: Select all
action="/cgi-bin/upload.cgi?upload_id="
But opening it in browser..
http://www.abiprinting.com/cgi-bin/upload.cgi?mode=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.