Simple fix for correcting the path url for dropzone markdown images#259
Open
webdevbrian wants to merge 1 commit intorefactory-id:masterfrom
Open
Simple fix for correcting the path url for dropzone markdown images#259webdevbrian wants to merge 1 commit intorefactory-id:masterfrom
webdevbrian wants to merge 1 commit intorefactory-id:masterfrom
Conversation
Contributor
|
It's an object when you make it an object. If you just return the filepath from your controller instead of an json object or something it's working perfectly. This fix isn't needed if you ask me. Take a look at: http://www.dropzonejs.com/#event-success, the second argument is just the response from the server. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I don't know if this was changed or not with dropzone in their later versions from when this was first implemented, but the
pathis actually an object, thus we needpath.urlto correctly print the associated url for the file that was uploaded.