-
Notifications
You must be signed in to change notification settings - Fork 357
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
Am i the only one struggling with the image/upload? #25
Comments
You need connector on your server. https://github.com/xdan/jodit-connectors |
Hello @xdan, Like it would be fine to just make an option to pass a function that gets the selected files as an argument and a reject/resolve params the resolve must get an src that can be used for images and the error could get any object that is passed to handleError. |
Hi, in last example i tried show how change default sender https://xdsoft.net/jodit/doc/types/UploaderOptions/ |
@xdan I have to send the upload request in the following format: CORS request to a json REST API with POST method with the following request payload:
Currently I can't receive the selected files to read in and convert to base64. Is there any plan to get it? |
In 3.1.77 |
@xdan I have tried that example and hell yeah, it works! Should I make a PR on that? |
I will be very grateful to you |
@xdan I have made the commit but I can't push to the repo, neither create a PR. |
You need create fork, https://c2n.me/3TaghB6, clone it and make some branch |
*Fixed #25 - Better image upload response status check
Hello @xdan, I have a problem, working in react-redux and .net core. I have a file sistem in .net core which is able to take id parameter and list of files send from react side. In these case files are images from jodit.
Thank you in advance. |
Love the WYSIWYG however naturally I dont want to upload my images to your webserver and am finding the documentation confusion... where can i change the settings for this so that it uploads new images to my server and it browses my own webserver for already uploaded images?
The text was updated successfully, but these errors were encountered: