Re: File Upload with Progress Bar

2010-06-10 Thread Venkatraman S
gt; > have the same problem with apache progress reporting as I did
>> using
>> > > > > django
>> > > > > > > progress reporting.  It's behaving like it's not
>> multi-threaded or
>> > > > > > > something.  It seems like I don't get any progress reports
>> until
>> > > the
>> > > > > file
>> > > > > > > has finished uploading.  It's actually driving me a bit crazy
>> so
>> > > I'm
>> > > > > going
>> > > > > > > to have to move on to something else for a while.
>> >
>> > > > > > > On Wed, Jun 2, 2010 at 9:16 PM, Venkatraman S <
>> venka...@gmail.com>
>> > > > > wrote:
>> >
>> > > > > > >> Does this work with the Django development server?
>> >
>> > > > > > >> On Thu, Jun 3, 2010 at 8:13 AM, Brad Pitcher <
>> > > bradpitc...@gmail.com
>> > > > > >wrote:
>> >
>> > > > > > >>> Since I just spent much longer than it should have taken
>> figuring
>> > > > > this
>> > > > > > >>> out, I will try and help you out.  I followed the
>> instructions at
>> > > 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
>> > > > > > >>> mention in the article but it is discussed here:
>> >
>> > > > >
>> http://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:
>> > > > > > >>> from django.conf import global_settings
>> >
>> > > > > > >>> FILE_UPLOAD_HANDLERS =
>> ('path.to.UploadProgressCachedHandler', )
>> > > +
>> > > > > > >>> \<-- change path here
>> > > > > > >>>global_settings.FILE_UPLOAD_HANDLERS
>> >
>> > > > > > >>> 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 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,
>> >
>> > > > > > >>> > 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
>> >
>> > > > > > >>> > 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 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.
>> > > ..
>> > > > > > >>> > > > will point you in the right direction.
>> >
>> > > > > > >>> > > I've experimented wi

Re: File Upload with Progress Bar

2010-06-04 Thread Venkatraman S
@gmail.com>
> > > > > wrote:
> >
> > > > > > >> Does this work with the Django development server?
> >
> > > > > > >> On Thu, Jun 3, 2010 at 8:13 AM, Brad Pitcher <
> > > bradpitc...@gmail.com
> > > > > >wrote:
> >
> > > > > > >>> Since I just spent much longer than it should have taken
> figuring
> > > > > this
> > > > > > >>> out, I will try and help you out.  I followed the
> instructions at
> > > 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
> > > > > > >>> mention in the article but it is discussed here:
> >
> > > > >
> http://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:
> > > > > > >>> from django.conf import global_settings
> >
> > > > > > >>> FILE_UPLOAD_HANDLERS =
> ('path.to.UploadProgressCachedHandler', )
> > > +
> > > > > > >>> \<-- change path here
> > > > > > >>>global_settings.FILE_UPLOAD_HANDLERS
> >
> > > > > > >>> 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 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,
> >
> > > > > > >>> > 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
> >
> > > > > > >>> > 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 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.
> > > ..
> > > > > > >>> > > > will point you in the right direction.
> >
> > > > > > >>> > > I've experimented with a solution based tthe above but I
> > > wasn't
> > > > > > >>> > > entirely satisfied with my implementation.  I'm having a
> > > problem
> > > > > with
> > > > > > >>> > > the progress bar not reaching 100% many times and some
> > > problems
> > > > > with
> > > > > > >>> > > the percentage complete number.
> >
> > > > > > >>> > > I've put my project on the back burner for now but if
> anyone
> > > has
> > > > > any
> > > > > > >>> > > examples they'd like to share I'd be interested in seeing
> > > them.
> >
> > > > > > >>> > > Toodle-looo...
> > > > > > >>> > > creecode
> >
> > > > > > >>> > > --
> > > > > > >>> > > You received this message because you are subscribed to
> the
> > > > > Goo

Re: File Upload with Progress Bar

2010-06-03 Thread Brad Pitcher
't
> > > > > >>> mention in the article but it is discussed here:
>
> > > >http://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:
> > > > > >>> from django.conf import global_settings
>
> > > > > >>> FILE_UPLOAD_HANDLERS = ('path.to.UploadProgressCachedHandler', )
> > +
> > > > > >>> \    <-- change path here
> > > > > >>>    global_settings.FILE_UPLOAD_HANDLERS
>
> > > > > >>> 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 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,
>
> > > > > >>> > 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
>
> > > > > >>> > 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 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.
> > ..
> > > > > >>> > > > will point you in the right direction.
>
> > > > > >>> > > I've experimented with a solution based tthe above but I
> > wasn't
> > > > > >>> > > entirely satisfied with my implementation.  I'm having a
> > problem
> > > > with
> > > > > >>> > > the progress bar not reaching 100% many times and some
> > problems
> > > > with
> > > > > >>> > > the percentage complete number.
>
> > > > > >>> > > I've put my project on the back burner for now but if anyone
> > has
> > > > any
> > > > > >>> > > examples they'd like to share I'd be interested in seeing
> > them.
>
> > > > > >>> > > Toodle-looo...
> > > > > >>> > > creecode
>
> > > > > >>> > > --
> > > > > >>> > > You received this message because you are subscribed to the
> > > > Google
> > > > > >>> Groups
> > > > > >>> > > "Django users" group.
> > > > > >>> > > To post to this group, send email to
> > > > django-us...@googlegroups.com.
> > > > > >>> > > To unsubscribe from this group, send email to
> > > > > >>> > > django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
> > <django-users%2bunsubscr...@googlegroups.com<django-users%252bunsubscr...@googlegroups.com>
>
> > > > <django-users%2bunsubscr...@googlegroups.com<django-users%252bunsubscr...@googlegroups.com>
> > <django-users%252bunsubscr...@googlegroups.com<django-users%25252bunsubscr...@googlegroups.com>
>
> > > > > >>> <django-users%2bunsubscr...@googlegroups.com<django-users%252bunsubscr...@googlegroups.com>
> > <django-users%252bunsubscr...@googlegroups.com<django-users%25252bunsubscr...@googlegroups.com>
>
> > > > <django-users%252bunsubscr...@googlegroups.com<django-users%25252bunsubscr...@googlegroups.com>
> > <django-users%25252bunsubscr...@googleg

Re: File Upload with Progress Bar

2010-06-03 Thread Brad Pitcher
Whoops!  Just read that the django dev server is not multithreaded so
it will not work.  But you should be able to use any web server along
with an upload_progress view as long as your web server streams the
upload in progress to django.  I think my troubles may be because the
web server isn't streaming the file upload to django, I'm currently
investigating that.

On Jun 2, 9:24 pm, Brad Pitcher <bradpitc...@gmail.com> wrote:
> Sort of, that's what the default is in the demo, but now I've noticed I have
> the same problem with apache progress reporting as I did using django
> progress reporting.  It's behaving like it's not multi-threaded or
> something.  It seems like I don't get any progress reports until the file
> has finished uploading.  It's actually driving me a bit crazy so I'm going
> to have to move on to something else for a while.
>
> On Wed, Jun 2, 2010 at 9:16 PM, Venkatraman S <venka...@gmail.com> wrote:
> > Does this work with the Django development server?
>
> > On Thu, Jun 3, 2010 at 8:13 AM, Brad Pitcher <bradpitc...@gmail.com>wrote:
>
> >> Since I just spent much longer than it should have taken figuring this
> >> out, I will try and help you out.  I followed the instructions at 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
> >> mention in the article but it is discussed here:
>
> >>http://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:
> >> from django.conf import global_settings
>
> >> FILE_UPLOAD_HANDLERS = ('path.to.UploadProgressCachedHandler', ) +
> >> \    <-- change path here
> >>    global_settings.FILE_UPLOAD_HANDLERS
>
> >> 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 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,
>
> >> > 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
>
> >> > 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 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.
> >> ..
> >> > > > will point you in the right direction.
>
> >> > > I've experimented with a solution based tthe above but I wasn't
> >> > > entirely satisfied with my implementation.  I'm having a problem with
> >> > > the progress bar not reaching 100% many times and some problems with
> >> > > the percentage complete number.
>
> >> > > I've put my project on the back burner for now but if anyone has any
> >> > > examples they'd like to share I'd be interested in seeing them.
>
> >> > > Toodle-looo...
> >> > > creecode
>
> >> > > --
> >> > > You received this message because you are subscribed to the Google
> >> Groups
> >> > > "Django users" group.
> >> > > To post to this group, send email to django-us...@googlegroups.com.
> >> > > To unsubscribe from this group, send email to
> >> > > django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
> >> <django-users%2bunsubscr...@googlegroups.com<django-users%252bunsubscr...@googlegroups.com>
>
> >> > > .
> >> > > For more options, visit this group at
> >> > >http://groups.google.com/group/django-users?hl=en.
>
> >> --
> >> You received this message because you are subscribed to the Google Groups
> >> "Django users" group.
> >> To post to this group, send email to django-us...@googlegroups.com.
> >> To unsubscribe from this group

Re: File Upload with Progress Bar

2010-06-03 Thread Venkatraman S
Oh yes! I was referring to a stand alone app. I heard someone complain
#django that filebrowser aint working right after uploadify was introduced.
Is that True?

On Thu, Jun 3, 2010 at 8:11 PM, patrickk <sehmasch...@gmail.com> wrote:

> http://code.google.com/p/django-filebrowser/
>
> cheers,
> patrick
>
> On 3 Jun., 16:10, Venkatraman S <venka...@gmail.com> wrote:
> > Hi Patrick,
> >
> > Can you share a simple django app which uses Uploadify?  Did you use
> vanilla
> > Uploadify or 
> > django-uploadify(github.com/tstone/django-uploadify*)*<http://github.com/tstone/django-uploadify*%29*>
> ?
> > I have been simply unable to make it run.  I also tried a
> django-uploadify,
> > but no results! Frustrating it is.
> >
> > If you can share the code, i would rather use it along with some other
> > experiments that I have been doing and publish it in the public domain.
> >
> > Regards.
> >
> > On Thu, Jun 3, 2010 at 5:39 PM, patrickk <sehmasch...@gmail.com> wrote:
> > > you could use uploadify, seehttp://www.uploadify.com/.
> >
> > > of course, it´s not an ideal solution since its flash-based.
> > > we´ve been using uploadify with django and the filebrowser for about a
> > > year now and it works quite well.
> >
> > > regards,
> > > patrick
> >
> > > On 3 Jun., 06:32, Venkatraman S <venka...@gmail.com> wrote:
> > > > Tell me about it! Its quite insane that there is no single-standard
> > > solution
> > > > for this.
> > > > I have been hanging around in #django for sometime and there is still
> > > > opposition to flash based solution. Also, i have not been to get it
> > > working
> > > > inspite of it being not an ideal solution.
> > > > I hear that there are some issues with filebrowser since it uses
> > > Uploadify.
> > > > Also, i dont see any solution which works in both dev server and also
> in
> > > the
> > > > production using httpd/apache.
> >
> > > > Going insane! Let me know if you get anything working.
> >
> > > > PS: As i said, html5 is cool and works, but the client does not want
> to
> > > use
> > > > it!
> >
> > > > -V-http://twitter.com/venkasub
> >
> > > > On Thu, Jun 3, 2010 at 9:54 AM, Brad Pitcher <bradpitc...@gmail.com>
> > > wrote:
> > > > > Sort of, that's what the default is in the demo, but now I've
> noticed I
> > > > > have the same problem with apache progress reporting as I did using
> > > django
> > > > > progress reporting.  It's behaving like it's not multi-threaded or
> > > > > something.  It seems like I don't get any progress reports until
> the
> > > file
> > > > > has finished uploading.  It's actually driving me a bit crazy so
> I'm
> > > going
> > > > > to have to move on to something else for a while.
> >
> > > > > On Wed, Jun 2, 2010 at 9:16 PM, Venkatraman S <venka...@gmail.com>
> > > wrote:
> >
> > > > >> Does this work with the Django development server?
> >
> > > > >> On Thu, Jun 3, 2010 at 8:13 AM, Brad Pitcher <
> bradpitc...@gmail.com
> > > >wrote:
> >
> > > > >>> Since I just spent much longer than it should have taken figuring
> > > this
> > > > >>> out, I will try and help you out.  I followed the instructions at
> 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
> > > > >>> mention in the article but it is discussed here:
> >
> > >http://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:
> > > > >>> from django.conf import global_settings
> >
> > > > >>> FILE_UPLOAD_HANDLERS = ('path.to.UploadProgressCachedHandler', )
> +
> > > > >>> \<-- change path here
> > > > >>>    global_settings.FILE_UPLOAD_HANDLERS
> >
> > > > >>> If you are using nginx or apache for the server side instead of
> > > > >>> django, you will need to modify progressUrl to point to whateve

Re: File Upload with Progress Bar

2010-06-03 Thread patrickk
http://code.google.com/p/django-filebrowser/

cheers,
patrick

On 3 Jun., 16:10, Venkatraman S <venka...@gmail.com> wrote:
> Hi Patrick,
>
> Can you share a simple django app which uses Uploadify?  Did you use vanilla
> Uploadify or django-uploadify(github.com/tstone/django-uploadify*)*?
> I have been simply unable to make it run.  I also tried a django-uploadify,
> but no results! Frustrating it is.
>
> If you can share the code, i would rather use it along with some other
> experiments that I have been doing and publish it in the public domain.
>
> Regards.
>
> On Thu, Jun 3, 2010 at 5:39 PM, patrickk <sehmasch...@gmail.com> wrote:
> > you could use uploadify, seehttp://www.uploadify.com/.
>
> > of course, it´s not an ideal solution since its flash-based.
> > we´ve been using uploadify with django and the filebrowser for about a
> > year now and it works quite well.
>
> > regards,
> > patrick
>
> > On 3 Jun., 06:32, Venkatraman S <venka...@gmail.com> wrote:
> > > Tell me about it! Its quite insane that there is no single-standard
> > solution
> > > for this.
> > > I have been hanging around in #django for sometime and there is still
> > > opposition to flash based solution. Also, i have not been to get it
> > working
> > > inspite of it being not an ideal solution.
> > > I hear that there are some issues with filebrowser since it uses
> > Uploadify.
> > > Also, i dont see any solution which works in both dev server and also in
> > the
> > > production using httpd/apache.
>
> > > Going insane! Let me know if you get anything working.
>
> > > PS: As i said, html5 is cool and works, but the client does not want to
> > use
> > > it!
>
> > > -V-http://twitter.com/venkasub
>
> > > On Thu, Jun 3, 2010 at 9:54 AM, Brad Pitcher <bradpitc...@gmail.com>
> > wrote:
> > > > Sort of, that's what the default is in the demo, but now I've noticed I
> > > > have the same problem with apache progress reporting as I did using
> > django
> > > > progress reporting.  It's behaving like it's not multi-threaded or
> > > > something.  It seems like I don't get any progress reports until the
> > file
> > > > has finished uploading.  It's actually driving me a bit crazy so I'm
> > going
> > > > to have to move on to something else for a while.
>
> > > > On Wed, Jun 2, 2010 at 9:16 PM, Venkatraman S <venka...@gmail.com>
> > wrote:
>
> > > >> Does this work with the Django development server?
>
> > > >> On Thu, Jun 3, 2010 at 8:13 AM, Brad Pitcher <bradpitc...@gmail.com
> > >wrote:
>
> > > >>> Since I just spent much longer than it should have taken figuring
> > this
> > > >>> out, I will try and help you out.  I followed the instructions at 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
> > > >>> mention in the article but it is discussed here:
>
> >http://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:
> > > >>> from django.conf import global_settings
>
> > > >>> FILE_UPLOAD_HANDLERS = ('path.to.UploadProgressCachedHandler', ) +
> > > >>> \    <-- change path here
> > > >>>    global_settings.FILE_UPLOAD_HANDLERS
>
> > > >>> 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 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,
>
> > > >>> > 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
>
> > > >>> > On Sun, May 30, 2010 at 10:45 PM, creecode &l

Re: File Upload with Progress Bar

2010-06-03 Thread Venkatraman S
Hi Patrick,

Can you share a simple django app which uses Uploadify?  Did you use vanilla
Uploadify or django-uploadify(github.com/tstone/django-uploadify*)*?
I have been simply unable to make it run.  I also tried a django-uploadify,
but no results! Frustrating it is.

If you can share the code, i would rather use it along with some other
experiments that I have been doing and publish it in the public domain.

Regards.

On Thu, Jun 3, 2010 at 5:39 PM, patrickk <sehmasch...@gmail.com> wrote:

> you could use uploadify, see http://www.uploadify.com/.
>
> of course, it´s not an ideal solution since its flash-based.
> we´ve been using uploadify with django and the filebrowser for about a
> year now and it works quite well.
>
> regards,
> patrick
>
>
> On 3 Jun., 06:32, Venkatraman S <venka...@gmail.com> wrote:
> > Tell me about it! Its quite insane that there is no single-standard
> solution
> > for this.
> > I have been hanging around in #django for sometime and there is still
> > opposition to flash based solution. Also, i have not been to get it
> working
> > inspite of it being not an ideal solution.
> > I hear that there are some issues with filebrowser since it uses
> Uploadify.
> > Also, i dont see any solution which works in both dev server and also in
> the
> > production using httpd/apache.
> >
> > Going insane! Let me know if you get anything working.
> >
> > PS: As i said, html5 is cool and works, but the client does not want to
> use
> > it!
> >
> > -V-http://twitter.com/venkasub
> >
> > On Thu, Jun 3, 2010 at 9:54 AM, Brad Pitcher <bradpitc...@gmail.com>
> wrote:
> > > Sort of, that's what the default is in the demo, but now I've noticed I
> > > have the same problem with apache progress reporting as I did using
> django
> > > progress reporting.  It's behaving like it's not multi-threaded or
> > > something.  It seems like I don't get any progress reports until the
> file
> > > has finished uploading.  It's actually driving me a bit crazy so I'm
> going
> > > to have to move on to something else for a while.
> >
> > > On Wed, Jun 2, 2010 at 9:16 PM, Venkatraman S <venka...@gmail.com>
> wrote:
> >
> > >> Does this work with the Django development server?
> >
> > >> On Thu, Jun 3, 2010 at 8:13 AM, Brad Pitcher <bradpitc...@gmail.com
> >wrote:
> >
> > >>> Since I just spent much longer than it should have taken figuring
> this
> > >>> out, I will try and help you out.  I followed the instructions at 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
> > >>> mention in the article but it is discussed here:
> >
> > >>>
> http://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:
> > >>> from django.conf import global_settings
> >
> > >>> FILE_UPLOAD_HANDLERS = ('path.to.UploadProgressCachedHandler', ) +
> > >>> \<-- change path here
> > >>>global_settings.FILE_UPLOAD_HANDLERS
> >
> > >>> 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 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,
> >
> > >>> > 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
> >
> > >>> > 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 upload with progress
> bar.
> >
> > >>> > > AFAIK there isn't a simple solution.  Perhaps this info <
> >
> 

Re: File Upload with Progress Bar

2010-06-03 Thread patrickk
you could use uploadify, see http://www.uploadify.com/.

of course, it´s not an ideal solution since its flash-based.
we´ve been using uploadify with django and the filebrowser for about a
year now and it works quite well.

regards,
patrick


On 3 Jun., 06:32, Venkatraman S <venka...@gmail.com> wrote:
> Tell me about it! Its quite insane that there is no single-standard solution
> for this.
> I have been hanging around in #django for sometime and there is still
> opposition to flash based solution. Also, i have not been to get it working
> inspite of it being not an ideal solution.
> I hear that there are some issues with filebrowser since it uses Uploadify.
> Also, i dont see any solution which works in both dev server and also in the
> production using httpd/apache.
>
> Going insane! Let me know if you get anything working.
>
> PS: As i said, html5 is cool and works, but the client does not want to use
> it!
>
> -V-http://twitter.com/venkasub
>
> On Thu, Jun 3, 2010 at 9:54 AM, Brad Pitcher <bradpitc...@gmail.com> wrote:
> > Sort of, that's what the default is in the demo, but now I've noticed I
> > have the same problem with apache progress reporting as I did using django
> > progress reporting.  It's behaving like it's not multi-threaded or
> > something.  It seems like I don't get any progress reports until the file
> > has finished uploading.  It's actually driving me a bit crazy so I'm going
> > to have to move on to something else for a while.
>
> > On Wed, Jun 2, 2010 at 9:16 PM, Venkatraman S <venka...@gmail.com> wrote:
>
> >> Does this work with the Django development server?
>
> >> On Thu, Jun 3, 2010 at 8:13 AM, Brad Pitcher <bradpitc...@gmail.com>wrote:
>
> >>> Since I just spent much longer than it should have taken figuring this
> >>> out, I will try and help you out.  I followed the instructions at 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
> >>> mention in the article but it is discussed here:
>
> >>>http://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:
> >>> from django.conf import global_settings
>
> >>> FILE_UPLOAD_HANDLERS = ('path.to.UploadProgressCachedHandler', ) +
> >>> \    <-- change path here
> >>>    global_settings.FILE_UPLOAD_HANDLERS
>
> >>> 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 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,
>
> >>> > 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
>
> >>> > 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 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...
> >>> > > > will point you in the right direction.
>
> >>> > > I've experimented with a solution based tthe above but I wasn't
> >>> > > entirely satisfied with my implementation.  I'm having a problem with
> >>> > > the progress bar not reaching 100% many times and some problems with
> >>> > > the percentage complete number.
>
> >>> > > I've put my project on the back burner for now but if anyone has any
> >>> > > examples they'd like to share I'd be interested in seeing them.
>
> >>> > > Toodle-looo...
> >>> > > creecode
>
> >>> > > --
> >>> > > You received this message because you are subscribed to the Google
> >>> Groups
> >>> > > "

Re: File Upload with Progress Bar

2010-06-02 Thread Venkatraman S
Tell me about it! Its quite insane that there is no single-standard solution
for this.
I have been hanging around in #django for sometime and there is still
opposition to flash based solution. Also, i have not been to get it working
inspite of it being not an ideal solution.
I hear that there are some issues with filebrowser since it uses Uploadify.
Also, i dont see any solution which works in both dev server and also in the
production using httpd/apache.

Going insane! Let me know if you get anything working.

PS: As i said, html5 is cool and works, but the client does not want to use
it!

-V-
http://twitter.com/venkasub


On Thu, Jun 3, 2010 at 9:54 AM, Brad Pitcher <bradpitc...@gmail.com> wrote:

> Sort of, that's what the default is in the demo, but now I've noticed I
> have the same problem with apache progress reporting as I did using django
> progress reporting.  It's behaving like it's not multi-threaded or
> something.  It seems like I don't get any progress reports until the file
> has finished uploading.  It's actually driving me a bit crazy so I'm going
> to have to move on to something else for a while.
>
> On Wed, Jun 2, 2010 at 9:16 PM, Venkatraman S <venka...@gmail.com> wrote:
>
>> Does this work with the Django development server?
>>
>>
>> On Thu, Jun 3, 2010 at 8:13 AM, Brad Pitcher <bradpitc...@gmail.com>wrote:
>>
>>> Since I just spent much longer than it should have taken figuring this
>>> out, I will try and help you out.  I followed the instructions at 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
>>> mention in the article but it is discussed here:
>>>
>>> http://piotrsarnacki.com/2008/06/18/upload-progress-bar-with-mod_passenger-and-apache/
>>> (it involves compiling 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.UploadProgressCachedHandler', ) +
>>> \<-- change path here
>>>global_settings.FILE_UPLOAD_HANDLERS
>>>
>>> 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 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,
>>> >
>>> > 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
>>> >
>>> > 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 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...
>>> > > > will point you in the right direction.
>>> >
>>> > > I've experimented with a solution based tthe above but I wasn't
>>> > > entirely satisfied with my implementation.  I'm having a problem with
>>> > > the progress bar not reaching 100% many times and some problems with
>>> > > the percentage complete number.
>>> >
>>> > > I've put my project on the back burner for now but if anyone has any
>>> > > examples they'd like to share I'd be interested in seeing them.
>>> >
>>> > > Toodle-looo...
>>> > > creecode
>>> >
>>> > > --
>>> > > You received this message because you are subscribed to the Google
>>> Groups
>>> > > "Django users" group.
>>> > > To post to this group, send email to django-us...@googlegroups.com.
>>> > > To unsubscribe from this group, send email to
>>> > > django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
>>> <django-users%2bunsubscr...@googlegroups.com<django-users%252bunsubscr...@googlegroup

Re: File Upload with Progress Bar

2010-06-02 Thread Brad Pitcher
Sort of, that's what the default is in the demo, but now I've noticed I have
the same problem with apache progress reporting as I did using django
progress reporting.  It's behaving like it's not multi-threaded or
something.  It seems like I don't get any progress reports until the file
has finished uploading.  It's actually driving me a bit crazy so I'm going
to have to move on to something else for a while.

On Wed, Jun 2, 2010 at 9:16 PM, Venkatraman S <venka...@gmail.com> wrote:

> Does this work with the Django development server?
>
>
> On Thu, Jun 3, 2010 at 8:13 AM, Brad Pitcher <bradpitc...@gmail.com>wrote:
>
>> Since I just spent much longer than it should have taken figuring this
>> out, I will try and help you out.  I followed the instructions at 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
>> mention in the article but it is discussed here:
>>
>> http://piotrsarnacki.com/2008/06/18/upload-progress-bar-with-mod_passenger-and-apache/
>> (it involves compiling 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.UploadProgressCachedHandler', ) +
>> \<-- change path here
>>global_settings.FILE_UPLOAD_HANDLERS
>>
>> 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 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,
>> >
>> > 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
>> >
>> > 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 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.
>> ..
>> > > > will point you in the right direction.
>> >
>> > > I've experimented with a solution based tthe above but I wasn't
>> > > entirely satisfied with my implementation.  I'm having a problem with
>> > > the progress bar not reaching 100% many times and some problems with
>> > > the percentage complete number.
>> >
>> > > I've put my project on the back burner for now but if anyone has any
>> > > examples they'd like to share I'd be interested in seeing them.
>> >
>> > > Toodle-looo...
>> > > creecode
>> >
>> > > --
>> > > You received this message because you are subscribed to the Google
>> Groups
>> > > "Django users" group.
>> > > To post to this group, send email to django-us...@googlegroups.com.
>> > > To unsubscribe from this group, send email to
>> > > django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
>> <django-users%2bunsubscr...@googlegroups.com<django-users%252bunsubscr...@googlegroups.com>
>> >
>> > > .
>> > > For more options, visit this group at
>> > >http://groups.google.com/group/django-users?hl=en.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To post to this group, send email to django-us...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: File Upload with Progress Bar

2010-06-02 Thread Venkatraman S
 Does this work with the Django development server?

On Thu, Jun 3, 2010 at 8:13 AM, Brad Pitcher <bradpitc...@gmail.com> wrote:

> Since I just spent much longer than it should have taken figuring this
> out, I will try and help you out.  I followed the instructions at 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
> mention in the article but it is discussed here:
>
> http://piotrsarnacki.com/2008/06/18/upload-progress-bar-with-mod_passenger-and-apache/
> (it involves compiling 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.UploadProgressCachedHandler', ) +
> \<-- change path here
>global_settings.FILE_UPLOAD_HANDLERS
>
> 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 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,
> >
> > 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
> >
> > 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 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.
> ..
> > > > will point you in the right direction.
> >
> > > I've experimented with a solution based tthe above but I wasn't
> > > entirely satisfied with my implementation.  I'm having a problem with
> > > the progress bar not reaching 100% many times and some problems with
> > > the percentage complete number.
> >
> > > I've put my project on the back burner for now but if anyone has any
> > > examples they'd like to share I'd be interested in seeing them.
> >
> > > Toodle-looo...
> > > creecode
> >
> > > --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "Django users" group.
> > > To post to this group, send email to django-us...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
> <django-users%2bunsubscr...@googlegroups.com<django-users%252bunsubscr...@googlegroups.com>
> >
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/django-users?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: File Upload with Progress Bar

2010-06-02 Thread Brad Pitcher
Since I just spent much longer than it should have taken figuring this
out, I will try and help you out.  I followed the instructions at 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
mention in the article but it is discussed here:
http://piotrsarnacki.com/2008/06/18/upload-progress-bar-with-mod_passenger-and-apache/
(it involves compiling 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.UploadProgressCachedHandler', ) +
\<-- change path here
global_settings.FILE_UPLOAD_HANDLERS

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 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,
>
> 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
>
> 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 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...
> > > will point you in the right direction.
>
> > I've experimented with a solution based tthe above but I wasn't
> > entirely satisfied with my implementation.  I'm having a problem with
> > the progress bar not reaching 100% many times and some problems with
> > the percentage complete number.
>
> > I've put my project on the back burner for now but if anyone has any
> > examples they'd like to share I'd be interested in seeing them.
>
> > Toodle-looo...
> > creecode
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Django users" group.
> > To post to this group, send email to django-us...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/django-users?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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 and
pull out the progress bar related code.

> Till now, i haven't even been able to get this working.

Essentially my code is not far off from what is at the link I
provided.  Is your code based on the code at the link I provided?  We
might be able to point you in the right direction if you give us more
detail about what isn't working.

Toodle-looo...
creecode

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: File Upload with Progress Bar

2010-05-30 Thread Venkatraman S
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

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 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.
>
> I've experimented with a solution based tthe above but I wasn't
> entirely satisfied with my implementation.  I'm having a problem with
> the progress bar not reaching 100% many times and some problems with
> the percentage complete number.
>
> I've put my project on the back burner for now but if anyone has any
> examples they'd like to share I'd be interested in seeing them.
>
> Toodle-looo...
> creecode
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com<django-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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-django-nginx/
> will point you in the right direction.

I've experimented with a solution based tthe above but I wasn't
entirely satisfied with my implementation.  I'm having a problem with
the progress bar not reaching 100% many times and some problems with
the percentage complete number.

I've put my project on the back burner for now but if anyone has any
examples they'd like to share I'd be interested in seeing them.

Toodle-looo...
creecode

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



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 doing something wrong,
but the darn thing doesn't work.

Has anyone got any samples? Would be great!

PS : please note that using flash is not 'ideal' as html5 is more 'cooler'
and easy and also the right way of doing things, but i HAVE to take either
the flash or jquery way for now.

-V-
http://twitter.com/venkasub

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.