Re: Upload Progress bar

2011-08-24 Thread Cal Leeming [Simplicity Media Ltd]
A simple google search brought back the answers you needed: http://www.google.co.uk/search?sourceid=chrome&ie=UTF-8&q=upload+progress+django Please refer to the following document before asking for help from the list: https://code.djangoproject.com/wiki/UsingTheMailingList Cal On Wed, Aug 24,

Re: Upload Progress bar

2011-08-24 Thread delegbede
Try django-uploadify. Sent from my BlackBerry wireless device from MTN -Original Message- From: Dhinesh Babu Sender: django-users@googlegroups.com Date: Wed, 24 Aug 2011 16:29:33 To: Reply-To: django-users@googlegroups.com Subject: Upload Progress bar Hi Guys, I'm a newbie to this web

Re: Upload Progress Bar

2009-12-11 Thread Phil Mocek
On Fri, Dec 11, 2009 at 06:55:22AM -0800, Nemo wrote: > It turns out that flash-based progress bars (like SWFupload > also) have a trouble with the progress upload. The flash does > the update only once, see > http://demo.swfupload.org/Documentation/#uploadProgress The information on that site is

Re: Upload Progress Bar

2009-12-11 Thread Nemo
patrickk, is "django-filebrowser" works with firefox on linux? or any other linux-based browsers? (I mean progress-bar) It turns out that flash-based progress bars (like SWFupload also) have a trouble with the progress upload. The flash does the update only once, see http://demo.swfupload.org/Docu

Re: Upload Progress Bar

2009-12-11 Thread Nemo
mattimck, could you please tell how exactly you turned out nginx? I've exactly the same configuration as yours, and still js receives NULL each time. The progress bar doesn't work.. Many thanks. Highly appreciated. On Oct 16, 4:01 am, mattimck wrote: > Well, John at fariviewcomputing ended up

Re: Upload Progress Bar

2009-11-13 Thread John D Giotta
Thanks, Patrick. Looks good! -- 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 o

Re: Upload Progress Bar

2009-11-13 Thread patrickk
We´ve been using Uploadify with the django-filebrowser and it works quite well. Code is here: http://code.google.com/p/django-filebrowser/ regards, patrick On 13 Nov., 16:55, John D Giotta wrote: > Can you provide details to setting this up? It seems everywhere I look > its always half explained

Re: Upload Progress Bar

2009-11-13 Thread John D Giotta
Can you provide details to setting this up? It seems everywhere I look its always half explained. -- 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: Upload Progress Bar

2009-10-15 Thread mattimck
Well, John at fariviewcomputing ended up helping me out (Thanks again John!), and it all works fine now. Turns out nginx was grabbing the files during the upload, and only handing them to Apache at the end, so the progress bar didn't work. I took nginx out of the equation and it works great now.

Re: Upload Progress Bar

2008-11-06 Thread Pawel Pilitowski
No error message per se, just the value 'null', suggesting that no value is being written to the cache during the upload. When I periodically poll the upload progress, with an interval-timed GET request, the value returned is 'null' — the value being returned by o.requestText on the GET requ

Re: Upload Progress Bar

2008-11-06 Thread Alex Koshelev
And what error message do you receive? On Thu, Nov 6, 2008 at 09:46, Pawel Pilitowski <[EMAIL PROTECTED]>wrote: > > Hi all, > > I'm in the process of trying to write an Upload Progress Bar for my app. > > I'm using the latest trunk version of Django, mod_python 3.3.1, > Memcached, Apache 2.2.8 p

Re: upload progress bar #2070

2008-03-08 Thread Pete Crosier
All the fun of middleware can be found here - http://www.djangoproject.com/documentation/middleware/ On Mar 8, 6:38 pm, binaryj <[EMAIL PROTECTED]> wrote: > hi group, > i have patched my cvs build of django with patch #2070. the patch > works well and is great except that it throws very little li

Re: upload progress bar (ticket #4165)

2007-07-26 Thread Mike Axiak
Hello, Sorry I haven't been up on the user group! (Had this been sent to the developers list I wouldn't responded a while ago.) #4165 in its current form does not create a file named after the 32- character progress ID, and it will store progress information depending on what middleware you chos

Re: upload progress bar (ticket #4165)

2007-07-24 Thread Dirk van Oosterbosch, IR labs
I now believe this 'uncaught exception' just means that the return from the query http://mydomain.com/admin/upload_progress/?0 was not correctly parsable xml. If I try http://mydomain.com/admin/upload_progress/?0 by hand it returns OperationalError at /admin/upload_progress/ (1048, "Column 'p

Re: upload progress bar (ticket #4165)

2007-07-23 Thread Dirk van Oosterbosch, IR labs
Thanks for replying Chatchai, with Firebug on I do see some errors indeed, occurring every second: uncaught exception: [Exception... "Component returned failure code: 0xc1f30001 (NS_ERROR_NOT_INITIALIZED) [nsIXMLHttpRequest.send]" nsresult: "0xc1f30001 (NS_ERROR_NOT_INITIALIZED)" location: "

Re: upload progress bar (ticket #4165)

2007-07-23 Thread meledictas
1. Check if your upload temp dir is contain file with 32 length random character is created. 2. If not, check you javascript that summit upload form, it should have 32 random character as a query string. 3. For firefox, use filebug extension to see if there are polling for upload status, it occur