Re: Looking for a pointer

2014-08-15 Thread Collin Anderson
main.js looks for 
https://github.com/Alem/django-jfu/blob/016736a633359a032f84c7369591d8502247350f/jfu/static/js/main.js#L17

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/d92e044a-2847-4f8b-a590-68bd117baafc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Looking for a pointer

2014-08-15 Thread Matt Lind
I think I found it.

It appears that the form has a name called "fileupload" and submits back to 
the orginal page.  From there the JS fires off.

I guess I'll have to see how to modify this.

Any other pointers would be appreciated!

On Friday, August 15, 2014 8:34:43 AM UTC-4, Collin Anderson wrote:
>
> It's happening somewhere in the javascript. 
> https://github.com/Alem/django-jfu/tree/master/jfu/static/js

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/ac4718a9-f166-4504-b47a-61385f485790%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Looking for a pointer

2014-08-15 Thread Matt Lind

What I am wondering is how the Button type "Submit" is calling that JS some 
where.

I don't see any specific script/method calls on the upload_form.html page, 
which specifically is where the bar "shows up".

Thanks

On Friday, August 15, 2014 8:34:43 AM UTC-4, Collin Anderson wrote:
>
> It's happening somewhere in the javascript. 
> https://github.com/Alem/django-jfu/tree/master/jfu/static/js

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/a7edbe7d-25ac-424f-9351-8f5288c7be0e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Looking for a pointer

2014-08-15 Thread Collin Anderson
It's happening somewhere in the 
javascript. https://github.com/Alem/django-jfu/tree/master/jfu/static/js

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/7d3e9e27-ee11-48ec-9368-8f38ba055dbf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Looking for a pointer

2014-08-15 Thread Matt Lind
I am using this project here:

https://github.com/Alem/django-jfu

Everything is installed and working properly.

The project includes a progress bar logic that I'd like to re-use elsewhere 
on my site.

The progress bar filling appears to happen when the "Start Upload" buttons 
are clicked.

However I can't seem to find the logic as to where or why that bit of code 
kicks off.

Can anyone out here enlighten me as to where the "on-click" type action is 
taking place?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/052d78bb-e4f8-480f-be3b-fcb1cc86593a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.