Re: CGI module callback / upload hook

2006-01-19 Thread Tim Roberts
Dominik Blystak <[EMAIL PROTECTED]> wrote: > >I am currently working on an AJAX upload progress bar written in python. The >AJAX part is almost done but I noticed that progress data is only written if >the entire file is transfered which makes the whole progress bar pointless. > >Is there any way

CGI module callback / upload hook

2006-01-18 Thread Dominik Blystak
Hi, I am currently working on an AJAX upload progress bar written in python. The AJAX part is almost done but I noticed that progress data is only written if the entire file is transfered which makes the whole progress bar pointless. Is there any way in calling a function while processing an up