-
Notifications
You must be signed in to change notification settings - Fork 193
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
Fixes #1049. Upload images before form submission. #1053
Conversation
(At the time this is called, Pillow doesn't know that we're going to convert the PNG to JPG just yet)
Ah yeah, need to update python tests. |
This is working.
|
// Note: this could fail in weird ways depending on how | ||
// the user has edited the descField. | ||
this.descField.val(function(idx, value) { | ||
return value.replace(/!\[.+\.jpe*g\)$/, ''); |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
r+ @miketaylr |
Super extra with the two latest pull requests I have the feeling with suddenly bumped our UX ;) or at least unbroke it. |
Little bit from Column A, little bit from Column B. :p |
No description provided.