Whoa there.  Using your example 30 files @ 50MB each, it's going to be
very expensive to upload them all multiple times (which is what happens
if you keep submitting the form)...  As for shared memory, use
Cache::Cache and look at it as a black box - it's quite simple, and a
lot smarter IMHO than uploading files each time...

  Issac

Dermot Paikkos wrote:
> Hi Ron,
> 
> Yes I think I will do something like that. Instead of refreshing the 
> page I am going to resubmit the form until all the files have been 
> processed. A counter and some javascript to submit the form on each 
> page load should do it. 
> 
> Perhaps not a graceful solution but for me a quicker and simpler 
> solution than having to get to grips with shared memory. 
> Thanx.
> Dp.
> 
> 
> On 4 May 2005 at 10:55, Ron Savage wrote:
> 
>>Hi Dermot
>>
>>Why can't you just use JavaScript::RPC and send a msg to the server
>>every 10 secs asking for a status update on the conversion activity?
>>-- Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html
>>
>>
>>
> 
> 
> 

Reply via email to