You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have the similar problem. While debugging the application i found that progressbar is added to a final page but is not visible. The uploadhandler trying to find it's id to update the progress searching for 'X-Progress-ID' key in request but there is no such key added to request. I cannot see this key in html output of my template also. Actually i cannot figure out what id is meant - or some else id? And how to make it appear in META of the request to make the handler be able to update the progress?
On Django 1.7 with django-progressbarupload master version.
My form template is:
HTML output I get:
Although file is beeing uploaded, but I can't see the progress bar.
The text was updated successfully, but these errors were encountered: