-
-
Notifications
You must be signed in to change notification settings - Fork 316
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
Feature: support handle image uploading manually #205
Comments
Hi @zhaoyao91 |
for example, there may be another image option |
I agree that a function call wound be nice. I use FetchAPI style myself. |
Um.. Do you need a function that will be called just before an image create to modify the information in the image? |
I need the be able to add custom parameters to the POST request - and receive custom parameters in reply. @zhaoyao91 might need to do more of course. |
Okay. |
The current uploadUrl way may be convenient for some cases, but it is not flexible and extensible. By supporting the uploadFunc, which is lower level in abstraction, you can span more situations without any effort. The two ways are not conflicting. But I think capability is prior to the ease-of-use. |
The 2.26.0 version has been updated. |
Currently we can only specify an uploading url, but in many situations the uploading processes are quite different from there to there.
It would be great if we can specify an custom function to fully handle the image uploading.
The text was updated successfully, but these errors were encountered: