-
Notifications
You must be signed in to change notification settings - Fork 141
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
Set proper Accept header for servers that attempt to honour them. #12
Conversation
This reverts commit 2e9f096.
This reverts commit 0300f70.
Small improvement to let user choose how to behave in case a file in a uploaded list is invalid: stop or skip and continue
Removed duplicate definition in README
added support for localizing 'is' and 'are' strings
…that is not shortened
Updated the ColdFusion code to allow for single file uploads via IE.
Fixed the ColdFusion code so it works with IE.
…nally minify all js files
… until 3.0 is released
Could you rebase, please? |
What do you mean? |
pgraham, Github is saying "This pull request cannot be automatically merged." A rebase will probably fix this (a rebase updates your copy of the repository to the latest version and then applies your changes at the end) and allow us to accept your change cleanly. So instead of doing a "pull" (the same as fetch then merge), you do a fetch then "rebase". http://mettadore.com/analysis/a-simple-git-rebase-workflow-explained/ |
rebasing didn't work because the change I had made was to a file that no longer exists and merging makes this pull request rediculously complicated so I'm closing it and will open a new pull request. |
See discussion here: https://github.com/valums/file-uploader/issues/237#issuecomment-5336814