I get the following error when I click upload. It uploads the files and redirects, but I never get a status bar. I am on the free version now, but I plan on buying if I get it working.
Upload From URL:
http://www.mortondev.com/ncb/upload_form.html
I have made all the edits I have read in the fourm, I think, still cant get it to work.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
XUpload - Internal Server Error
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Both .cgi scripts give 500 error. That means that they nedd CHMOD 755 or they have windows linebreaks inside.
Read this thread:
http://www.sibsoft.net/forum/viewtopic.php?t=84
Read this thread:
http://www.sibsoft.net/forum/viewtopic.php?t=84
Internal Server Error
I double checked and they do have 755 permission levels.
What do you mean by "they have windows linebreaks inside"? Can you elaborate on the difference and where I can find these linebreaks in the files (What files?)
What do you mean by "they have windows linebreaks inside"? Can you elaborate on the difference and where I can find these linebreaks in the files (What files?)
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
In Windows every line ends with '\n\r' special symbols, in Unix only '\n'
I don't know native windows application that allow to save files in UNIX line format. I use FAR manager for this(edit file, then Shift-F2), some text editors allow this too.
Use binary mode for FTP upload, I think this would help.
I don't know native windows application that allow to save files in UNIX line format. I use FAR manager for this(edit file, then Shift-F2), some text editors allow this too.
Use binary mode for FTP upload, I think this would help.
-
- Posts: 1
- Joined: Jan 17, 2007 6:20 am
i too am having this problem...i have tried everything but just cant get it to work... http://www.blandmonkey.com/upload_form.html
There is a little app out there which will help: NOTEPAD++
http://notepad-plus.sourceforge.net/uk/site.htm
I use it for my bash scripts after notepad wasted hours of my life causing problems with line breaks
http://notepad-plus.sourceforge.net/uk/site.htm
I use it for my bash scripts after notepad wasted hours of my life causing problems with line breaks