On Wed, Aug 8, 2012 at 3:05 AM, Russell Keith-Magee
<[email protected]> wrote:
> Not really. This isn't something that's Django specific -- it's a
> general problem with web browsers. Web browsers make requests.
> Background requests are still requests, and they need to happen in the
> context of a page that is in the foreground. If you change the
> foreground page, you're going to stop any background activity that is
> underway.

it might be easier if your main app pops a separate window for the
uploader, that way the user could navigate away in the main window
while the uploader window (and its javascript tasks) continues.  of
course, popup windows are not encouraged, and most browsers block them
by default

-- 
Javier

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

Reply via email to