imagekit-developer / imagekit-uppy-plugin

Uppy plugin for ImageKit destination
MIT License
4 stars 8 forks source link

replace append() with set() in formData filename #10

Closed violetviolinist closed 1 year ago

violetviolinist commented 2 years ago

With append(), it would create two fields with the same name 'fileName'. set() overwrites any pre-existing values.