-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Uploading multiple images with same image name doesn't work #1855
Labels
Milestone
Comments
I guess we can avoid this problem if we change
to
|
This is definitely an issue that I want to look into closely. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ideal behavior
Maybe an automatical image name update something
omg.png, omg.png
toomg.png, omg_2.png
?Current behavior
DB column value ends up like
["omg.png", "omg.png"]
, but only the first image is actually uploaded.Same thing happens when I use the unique filename strategy(same filename but only 1 image uploaded).
BTW I found out that this happens when using iPhone to upload images :)
multiple file upload feature was added in #1481
The text was updated successfully, but these errors were encountered: