Re: File Upload with Progress Bar

2010-06-10 Thread Venkatraman S
> the >> > > > > > >>> provided link and it sort of worked. Not quite as well as I >> > > liked. >> > > > > I >> > > > > > >>> used Apache for the progress reporting, which the author >> doesn't

Re: File Upload with Progress Bar

2010-06-04 Thread Venkatraman S
ing, which the author > doesn't > > > > > > >>> mention in the article but it is discussed here: > > > > > > > > http://piotrsarnacki.com/2008/06/18/upload-progress-bar-with-mod_pass. > > > .. > > > > > > >>>

Re: File Upload with Progress Bar

2010-06-03 Thread Brad Pitcher
and installing an apache module). > > > > > >>> The author also doesn't mention changes needed in settings.py: > > > > > >>> from django.conf import global_settings > > > > > > >>> FILE_UPLOAD_HANDLERS = ('path.to.

Re: File Upload with Progress Bar

2010-06-03 Thread Brad Pitcher
atraman S 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 working. > > >> > -V > > >&

Re: File Upload with Progress Bar

2010-06-03 Thread Venkatraman S
th.to.UploadProgressCachedHandler', ) > + > > > > >>> \<-- change path here > > > > >>>global_settings.FILE_UPLOAD_HANDLERS > > > > > > >>> If you are using nginx or apache for the server side instead of > &

Re: File Upload with Progress Bar

2010-06-03 Thread patrickk
> >>> If you are using nginx or apache for the server side instead of > > > >>> django, you will need to modify progressUrl to point to whatever url > > > >>> you set up for accessing progress reports. > > > > >>> If you are looki

Re: File Upload with Progress Bar

2010-06-03 Thread Venkatraman S
ache for the server side instead of > > >>> django, you will need to modify progressUrl to point to whatever url > > >>> you set up for accessing progress reports. > > > > >>> If you are looking for a demo, there is one linked in the article > > >

Re: File Upload with Progress Bar

2010-06-03 Thread patrickk
mo, there is one linked in the article > >>> creecode posted. > >>> -Brad > > >>> On May 30, 12:23 pm, Venkatraman S wrote: > >>> > HI creecode, > > >>> > Can you share the project please? I can probably work on it and see > &

Re: File Upload with Progress Bar

2010-06-02 Thread Venkatraman S
;> On May 30, 12:23 pm, Venkatraman S 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 work

Re: File Upload with Progress Bar

2010-06-02 Thread Brad Pitcher
t; creecode posted. >> -Brad >> >> On May 30, 12:23 pm, Venkatraman S 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 ab

Re: File Upload with Progress Bar

2010-06-02 Thread Venkatraman S
> > > > On Sun, May 30, 2010 at 10:45 PM, creecode wrote: > > > Hello V, > > > > > On May 29, 11:00 pm, Venkatraman S wrote: > > > > > > I have been trying to build a simple file upload with progress bar. > > > > > AFAIK there isn

Re: File Upload with Progress Bar

2010-06-02 Thread Brad Pitcher
ble to get this working. > > -V > > On Sun, May 30, 2010 at 10:45 PM, creecode wrote: > > Hello V, > > > On May 29, 11:00 pm, Venkatraman S wrote: > > > > I have been trying to build a simple file upload with progress bar. > > > AFAIK there isn't

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 spare time to go in an

Re: File Upload with Progress Bar

2010-05-30 Thread Venkatraman S
ave 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/ > > will point you in the right direction. >

Re: File Upload with Progress Bar

2010-05-30 Thread creecode
Hello V, On May 29, 11:00 pm, Venkatraman S 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/ > wil

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