Skip to content
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

How to get the URL of a previously deleted image (onImageUpload event)? #1518

Open
abvas opened this issue Feb 14, 2025 · 0 comments
Open

How to get the URL of a previously deleted image (onImageUpload event)? #1518

abvas opened this issue Feb 14, 2025 · 0 comments

Comments

@abvas
Copy link

abvas commented Feb 14, 2025

How to get the URL of a previously deleted image (onImageUpload event)?

Is it possible to get data about the previous image, for example, the URL, using the onImageUpload event when changing an image?
Why do I need this:

  1. the user inserts image_1
  2. image_1 is uploaded to the server
  3. the user changes image_1 to image_2.
  4. image_2 is uploaded to the server
  5. I need to get data about image_1 (need its URL) to delete it from the server.

Or maybe there is some other way to get data about a deleted image?

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant