yabsoft
08-02-2006, 04:22 PM
Upload size limitation:
Because the upload is processed by Perl which don't pose any limition on file upload,so the only limitation is the value that you set for this host package! If you don't use Flash upload,you don't need raise the "upload_max_filesize" to accept the big file.
Issue:
1.Upload doesn't work!
The possible reason:
CGI files in directory "cgi-bin" are uploaded by Bianry mode or are not chmoded to 0755
Solution:
Try to delete these *.cgi files in "cgi-bin" and reupload them via ASCII mode and chmod them to 0755.
Directory "cgi-bin" need 0755 permission to execute cgi scripts!
500 Internal Server Error Explaination! (http://yabsoft.com/forum/showthread.php?t=483)
2.Form upload still doesn't work,although I try the solution of Issue 1!
Solution:
Login admin panel,browser to "Server",click "Test Server" to check if the related scripts of this server can work well.It will also give you a solution when it fails.
Also you can edit "incldues/inc.php":
Line 43:
$debug = 0; change to
$debug = 1; This will add 2 small windows on index page,when you try to upload a file,these 2 windows may show some related information for the upload.
3.Progress bar doesn't work!
First.It is sure that progress bar is slower then upload process!
If you upload small files,the upload may be too fast, the progress bar may show when upload is complete.Try a big file about 500-1000K.
Also,the progress bar depends on the speed of internet between your PC and upload server.
But on some servers,server settings cause Progress bar not showing! (http://yabsoft.com/forum/showthread.php?t=480)
Because the upload is processed by Perl which don't pose any limition on file upload,so the only limitation is the value that you set for this host package! If you don't use Flash upload,you don't need raise the "upload_max_filesize" to accept the big file.
Issue:
1.Upload doesn't work!
The possible reason:
CGI files in directory "cgi-bin" are uploaded by Bianry mode or are not chmoded to 0755
Solution:
Try to delete these *.cgi files in "cgi-bin" and reupload them via ASCII mode and chmod them to 0755.
Directory "cgi-bin" need 0755 permission to execute cgi scripts!
500 Internal Server Error Explaination! (http://yabsoft.com/forum/showthread.php?t=483)
2.Form upload still doesn't work,although I try the solution of Issue 1!
Solution:
Login admin panel,browser to "Server",click "Test Server" to check if the related scripts of this server can work well.It will also give you a solution when it fails.
Also you can edit "incldues/inc.php":
Line 43:
$debug = 0; change to
$debug = 1; This will add 2 small windows on index page,when you try to upload a file,these 2 windows may show some related information for the upload.
3.Progress bar doesn't work!
First.It is sure that progress bar is slower then upload process!
If you upload small files,the upload may be too fast, the progress bar may show when upload is complete.Try a big file about 500-1000K.
Also,the progress bar depends on the speed of internet between your PC and upload server.
But on some servers,server settings cause Progress bar not showing! (http://yabsoft.com/forum/showthread.php?t=480)