Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Works fine in Firefox, not in IE 10 or Chrome #2

Open
ewoudenberg opened this issue May 1, 2013 · 8 comments
Open

Works fine in Firefox, not in IE 10 or Chrome #2

ewoudenberg opened this issue May 1, 2013 · 8 comments

Comments

@ewoudenberg
Copy link

Thank you for providing this. It's set up in a tidy package and easy to install.

I was previously using http://djangosnippets.org/snippets/678/ which also does not work in Chrome. I switched to this package hoping the <progress> tag would work in Chrome.

In Firefox, everything is fine, /progressbarupload/upload_progress is read repeatedly and the progress bar appears above the Save button, as expected.

In Chrome and IE10, the space for the progress bar does not appear above the Save button and the /progressbarupload URL is not read.

Firefox:
image

Chrome:
image

@ouhouhsami
Copy link
Owner

Well, thanks ewoudenberg, I'll try to fix this issue.

@ewoudenberg
Copy link
Author

Thanks Ouhouhsami. My understanding of the Chrome/Webkit issue is that XMLHttpRequest blocks during the post carrying the upload data.

@ouhouhsami
Copy link
Owner

The pb seems to be explained here: http://stackoverflow.com/questions/16200409/ajax-form-upload-progress-bar
I'd like to find a simpler solution.

@ouhouhsami
Copy link
Owner

So, for the moment I didn't find time to solve the problem. But, tests on Chrome show me that Chrome allready have a progress bar for upload around it window.
Don't hesitate to make a PR with this problem solved ;)

@ewoudenberg
Copy link
Author

Hi Samuel,

Yes, thank you. I am making do with the Chrome upload bar. However, a
nice big centered upload bar that worked in every browser would be
great. Don't worry about it though, eventually there will be a good
universal solution.

Best wishes,
Eric

On 5/17/2013 5:50 PM, samuel goldszmidt wrote:

So, for the moment I didn't find time to solve the problem. But, tests
on Chrome show me that Chrome allready have a progress bar for upload
around it window.
Don't hesitate to make a PR with this problem solved ;)


Reply to this email directly or view it on GitHub
#2 (comment).

@Azd325
Copy link

Azd325 commented Sep 11, 2013

What is the current state about this Issue?

@ouhouhsami
Copy link
Owner

Not for the moment, but if you want to contribute, don't hesitate !

@Azd325
Copy link

Azd325 commented Sep 12, 2013

Ok thanks,

I tried also the way with the iframe. In my opinion it's working but not really happy about this solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants