LiteSpeed Support Forums

LiteSpeed Support Forums (http://www.litespeedtech.com/support/forum/index.php)
-   CGI/Perl/Python (http://www.litespeedtech.com/support/forum/forumdisplay.php?f=22)
-   -   Anybody got Relay (Ajax Directory Manager) fully going? (http://www.litespeedtech.com/support/forum/showthread.php?t=770)

aemadrid 12-04-2006 01:58 PM

Anybody got Relay (Ajax Directory Manager) fully going?
 
I can't seem to get Relay (Ajax Directory Manager) [1] fully working? It uploads most of the files but the upload progress bar does not work. I'm guessing that I don't have the upload.pl script setup right. Any ideas would be greatly appreciated.

AEM

[1] http://ecosmear.com/relay/

xing 12-04-2006 03:48 PM

LiteSpeed fully-buffers all incoming requests, including uploads, before submitting the request to the backend/external process. Thus, your upload progress bar will not work. The trade-off is that the server is able to handle much more simultaneous connections as your ext apps are no longer wasting resources doing slow i/o work.

aemadrid 12-04-2006 03:54 PM

Upload bar
 
Quote:

Originally Posted by xing (Post 3643)
LiteSpeed fully-buffers all incoming requests, including uploads, before submitting the request to the backend/external process. Thus, your upload progress bar will not work. The trade-off is that the server is able to handle much more simultaneous connections as your ext apps are no longer wasting resources doing slow i/o work.

So, in short, there is no way of getting an upload bar to work? The problem I have is I need to upload some relatively large files (20-50MB) and most people that will be using it are computer illiterate so (S)FTP is out of the question. Flash uploads would have the same problem? Sorry to be annoying but I'm just trying to figure this out.

Sincerely,


Adrian Madrid

xing 12-04-2006 04:03 PM

Correct. The upload progress bar scripts will not work but the uploads will still function as normal. We will address this issue in a future release but right now the easiest way to do it is to setup a perl server, separate from litespeed, that only handles uploads so you can get your perl upload-progress bar to work.

aemadrid 12-04-2006 09:52 PM

Upload bar
 
Quote:

Originally Posted by xing (Post 3645)
Correct. The upload progress bar scripts will not work but the uploads will still function as normal. We will address this issue in a future release but right now the easiest way to do it is to setup a perl server, separate from litespeed, that only handles uploads so you can get your perl upload-progress bar to work.

Thanks for the info. I have no idea how to setup a Perl server so I guess for the moment this is a no go.

Sincerely,


AEM

voodish 08-14-2010 11:23 AM

WOW, sorry to drag this post from the depths, but we are using some code based on the Relay script and are having the exact same problems with Litespeed.

Has anyone found a fix for this problem?

mistwang 08-14-2010 11:56 AM

4.1RC2 should work with upload progress bar.


All times are GMT -7. The time now is 06:53 PM.