You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to add multiple file/image inputs in a form, but when i add one image, all of the other previews shows the first image. Can i make them separate?
The text was updated successfully, but these errors were encountered:
@tobiaslindgreen Sorry for big wait) I do not see such a behaviour. Image is added to single file input, not to all. If you still experience a problem, can you create an example in jsfiddle?
I have the same question as @tobiaslindgreen.
With <input type="file" name="..." multiple> we can allow for more files to be uploaded, but if only the first image thumb shows, it's still not very useful.
How do we show all uploaded previews, with edit/remove button each? @jasny@Minstel
I want to add multiple file/image inputs in a form, but when i add one image, all of the other previews shows the first image. Can i make them separate?
The text was updated successfully, but these errors were encountered: