-
Notifications
You must be signed in to change notification settings - Fork 264
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
Addition for Multipart XHR #175
Comments
cool! What should we say? Use? Warning? what's the fallback story? |
Tanks for that Paul, great questions. According to jQuery File Upload (which would know best) the browser support is:
However IE10 should support as defined by microsoft's [article here](http://msdn.microsoft.com/en-us/library/ie/hh673569(v=vs.85\).aspx). The fallbacks are:
The mentioned tools are probably best used with a proper library rather than just as utilities themselves (no point re-inventing the wheel). Libraries are jQuery File Upload (XHR or iframe), Plupload (supports every fallback known to man). So it is a definite use with warning (and lots of them) feature. Would you like me to submit it as a pull request and refine the above advice a bit more? If so, any suggestions on what the reformat should be like? If all these details are too much (or if we need more info) I'll be happy to post to my blog which could be used as reference. Thanks :) |
Nice. Let's do a PR. The content above is good but yeah it's starting to get too long for h5p. I'd say turn it into a blog post (and maybe with a demo?) And then the content for the PR will be borwser support, big ass link to your blog post and the exec summary. (also why multipart XHR matters :) |
@balupton Would you like to open a PR? :) |
I finished my contract at the company where I was utilising that feature, besides the information above, my memory is gone. Perhaps one of the polyfill authors may be an option. |
Spec defined here https://developer.mozilla.org/en/xmlhttprequest and here http://msdn.microsoft.com/en-us/library/ie/hh673569(v=vs.85).aspx
So far all I know is that it is implemented in the latest Chrome, Firefox and IE10 (not IE9 or earlier)
Use case is file uploads via XHR
The text was updated successfully, but these errors were encountered: