Re: File Upload with Progress Bar

2010-06-10 Thread Venkatraman S
> > > I >> > > > > > >>> used Apache for the progress reporting, which the author >> doesn't >> > > > > > >>> mention in the article but it is discussed here: >> > >> > > > > >> http

Re: File Upload with Progress Bar

2010-06-04 Thread Venkatraman S
ttp://piotrsarnacki.com/2008/06/18/upload-progress-bar-with-mod_pass. > > > .. > > > > > > >>> (it involves compiling and installing an apache module). > > > > > > >>> The author also doesn't mention changes needed in > settings.py: > &

Re: File Upload with Progress Bar

2010-06-03 Thread Brad Pitcher
; > > > > >>> from django.conf import global_settings > > > > > > >>> FILE_UPLOAD_HANDLERS = ('path.to.UploadProgressCachedHandler', ) > > + > > > > > >>> \    <-- change path here > > > > > >>>    glo

Re: File Upload with Progress Bar

2010-06-03 Thread Brad Pitcher
3 pm, Venkatraman S <venka...@gmail.com> wrote: > >> > HI creecode, > > >> > Can you share the project please? I can probably work on it and see what > >> is > >> > happening. > >> > Till now, i havent even been able to get this worki

Re: File Upload with Progress Bar

2010-06-03 Thread Venkatraman S
gt; > >>> from django.conf import global_settings > > > > > > >>> FILE_UPLOAD_HANDLERS = ('path.to.UploadProgressCachedHandler', ) > + > > > > >>> \<-- change path here > > > > >>> global_settings.FILE_UPLOAD_HA

Re: File Upload with Progress Bar

2010-06-03 Thread patrickk
gt; > >>> you set up for accessing progress reports. > > > > >>> If you are looking for a demo, there is one linked in the article > > > >>> creecode posted. > > > >>> -Brad > > > > >>> On May 30, 12:23 pm, Venkatrama

Re: File Upload with Progress Bar

2010-06-03 Thread Venkatraman S
t; If you are looking for a demo, there is one linked in the article > > >>> creecode posted. > > >>> -Brad > > > > >>> On May 30, 12:23 pm, Venkatraman S <venka...@gmail.com> wrote: > > >>> > HI creecode, > > > >

Re: File Upload with Progress Bar

2010-06-03 Thread patrickk
eports. > > >>> If you are looking for a demo, there is one linked in the article > >>> creecode posted. > >>> -Brad > > >>> On May 30, 12:23 pm, Venkatraman S <venka...@gmail.com> wrote: > >>> > HI creecode, > >

Re: File Upload with Progress Bar

2010-06-02 Thread Venkatraman S
d >>> >>> On May 30, 12:23 pm, Venkatraman S <venka...@gmail.com> wrote: >>> > HI creecode, >>> > >>> > Can you share the project please? I can probably work on it and see >>> what is >>> > happening. >>> > Ti

Re: File Upload with Progress Bar

2010-06-02 Thread Brad Pitcher
w, i havent even been able to get this working. >> > >> > -V >> > >> > On Sun, May 30, 2010 at 10:45 PM, creecode <creec...@gmail.com> wrote: >> > > Hello V, >> > >> > > On May 29, 11:00 pm, Venkatraman S <venk

Re: File Upload with Progress Bar

2010-06-02 Thread Venkatraman S
et this working. > > > > -V > > > > On Sun, May 30, 2010 at 10:45 PM, creecode <creec...@gmail.com> wrote: > > > Hello V, > > > > > On May 29, 11:00 pm, Venkatraman S <venka...@gmail.com> wrote: > > > > > > I have been tryi

Re: File Upload with Progress Bar

2010-06-02 Thread Brad Pitcher
nt even been able to get this working. > > -V > > On Sun, May 30, 2010 at 10:45 PM, creecode <creec...@gmail.com> wrote: > > Hello V, > > > On May 29, 11:00 pm, Venkatraman S <venka...@gmail.com> wrote: > > > > I have been trying to build a simple file up

Re: File Upload with Progress Bar

2010-05-30 Thread creecode
Hello V, On May 30, 12:23 pm, Venkatraman S wrote: > Can you share the project please? My progress bar code is integrated into a larger application which I'm unable to share at this time. I've put the progress bar feature on the back burner and unfortunately I don't have

Re: File Upload with Progress Bar

2010-05-30 Thread Venkatraman S
traman S <venka...@gmail.com> wrote: > > > I have been trying to build a simple file upload with progress bar. > > AFAIK there isn't a simple solution. Perhaps this info < > > http://www.fairviewcomputing.com/blog/2008/10/21/ajax-upload-progress-bars-jquery-django-nginx/ > &

Re: File Upload with Progress Bar

2010-05-30 Thread creecode
Hello V, On May 29, 11:00 pm, Venkatraman S <venka...@gmail.com> wrote: > I have been trying to build a simple file upload with progress bar. AFAIK there isn't a simple solution. Perhaps this info < http://www.fairviewcomputing.com/blog/2008/10/21/ajax-upload-progress-bars-jquery-

File Upload with Progress Bar

2010-05-30 Thread Venkatraman S
I have been trying to build a simple file upload with progress bar. I have been hanging around in #django for sometime and trying to find a solution but of no avail. I have not been able to get even a flash based solution(like uploadify.com) running along with django. I am not sure whether i am