Comments on: Django file upload progress bar – without Flash http://www.lonelycode.com/2009/06/09/django-file-upload-progress-bar-without-flash/ Code, for one... Tue, 24 Jan 2012 05:58:40 +0000 hourly 1 http://wordpress.org/?v=3.2.1 By: Marlon http://www.lonelycode.com/2009/06/09/django-file-upload-progress-bar-without-flash/comment-page-1/#comment-260 Marlon Tue, 08 Jun 2010 01:56:43 +0000 http://www.lonelycode.com/?p=253#comment-260 can you send me an example of the template implementation ?? can you send me an example of the template implementation ??

]]>
By: Luis Fagundes http://www.lonelycode.com/2009/06/09/django-file-upload-progress-bar-without-flash/comment-page-1/#comment-242 Luis Fagundes Mon, 22 Mar 2010 19:31:44 +0000 http://www.lonelycode.com/?p=253#comment-242 This is a nice and elegant solution, but after some development I'm about to give up implementing this and going to a flash solution. The reason is that this solution increases a lot the development complexity, because you can't test the upload progress bar under django development server (that can only handle 1 request at once). Has anyone got a solution for this? cheers Luis This is a nice and elegant solution, but after some development I’m about to give up implementing this and going to a flash solution. The reason is that this solution increases a lot the development complexity, because you can’t test the upload progress bar under django development server (that can only handle 1 request at once).

Has anyone got a solution for this?

cheers
Luis

]]>
By: jm http://www.lonelycode.com/2009/06/09/django-file-upload-progress-bar-without-flash/comment-page-1/#comment-199 jm Sun, 22 Nov 2009 22:48:21 +0000 http://www.lonelycode.com/?p=253#comment-199 I tried to get a similar upload process to work for IE and fooliecache ended up working for me as well. Thanks! I tried to get a similar upload process to work for IE and fooliecache ended up working for me as well. Thanks!

]]>
By: bisio http://www.lonelycode.com/2009/06/09/django-file-upload-progress-bar-without-flash/comment-page-1/#comment-151 bisio Wed, 12 Aug 2009 22:04:35 +0000 http://www.lonelycode.com/?p=253#comment-151 I implemented your solution in a branch of a project of mine and i'm very happy with it. Good job! I had an hard time making it work with Internet Explorer, After several hours of debugging (in the painful MS world) i realized that IE when issuing an ajax GET request by default serves cached content. So to circumvent this behaviour you can add a parameter in the request uri like: <code> $.getJSON("http://my-address-here.com/checkprogress?X-Progress-ID={{progress}}&fooliecache"+i </code> I implemented your solution in a branch of a project of mine and i’m very happy with it.

Good job!

I had an hard time making it work with Internet Explorer,
After several hours of debugging (in the painful MS world) i realized that IE when issuing an ajax GET request by default serves cached content.

So to circumvent this behaviour you can add a parameter in the request uri like:

1
$.getJSON("http://my-address-here.com/checkprogress?X-Progress-ID={{progress}}&fooliecache"+i
]]>
By: Adrian Nye http://www.lonelycode.com/2009/06/09/django-file-upload-progress-bar-without-flash/comment-page-1/#comment-114 Adrian Nye Mon, 15 Jun 2009 17:11:13 +0000 http://www.lonelycode.com/?p=253#comment-114 This would be useful if there were enough details - things mentioned in the text seem to be missing. For example, step one says you put this custom implementation in a separate file - how about a link to the file, or at least show it? It says you particularly liked "this progress bar" but there is no link or description of any particular progress bar. In the 3rd bullet it says "it's all documented in the original solution mention at the start of this post" but there is no such mention or link. The slowdown may be because of firebug - known issue with timers causing high system load. This would be useful if there were enough details – things mentioned in the text seem to be missing. For example, step one says you put this custom implementation in a separate file – how about a link to the file, or at least show it?

It says you particularly liked “this progress bar” but there is no link or description of any particular progress bar.

In the 3rd bullet it says “it’s all documented in the original solution mention at the start of this post” but there is no such mention or link.

The slowdown may be because of firebug – known issue with timers causing high system load.

]]>
By: Kalebarkab http://www.lonelycode.com/2009/06/09/django-file-upload-progress-bar-without-flash/comment-page-1/#comment-109 Kalebarkab Tue, 09 Jun 2009 19:11:29 +0000 http://www.lonelycode.com/?p=253#comment-109 I want to find good pop music. Help me please. I want to find good pop music. Help me please.

]]>