| View previous topic :: View next topic |
| Author |
Message |
vivaxone
Joined: 04 Jan 2007 Posts: 8
|
Posted: Mar 29, 2007 1:25 am Post subject: installation not working |
|
|
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 |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2106 Location: UFO Lab
|
Posted: Mar 29, 2007 5:29 am Post subject: |
|
|
What I see there....
| Code: | | action="/cgi-bin/xupload/upload.cgi?upload_id=" |
this path follow to 404, I guess it should be
| Code: | | 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. |
|
| Back to top |
|
 |
vivaxone
Joined: 04 Jan 2007 Posts: 8
|
Posted: Mar 29, 2007 12:08 pm Post subject: |
|
|
| PilgrimX182 wrote: | What I see there....
| Code: | | action="/cgi-bin/xupload/upload.cgi?upload_id=" |
this path follow to 404, I guess it should be
| Code: | | 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. |
|
| Back to top |
|
 |
|