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,
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
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
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
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
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
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
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,
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.
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
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
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
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
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
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: "
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
16 matches
Mail list logo