By default, WordPress upload file name slugs at it are.
Sometimes if any file name conflicts, WordPress adds extra suffix at the end of the slug name..
Example my-image jpg and if the file name is similar, my-image-1.jpg my-image-2.jpg and so on..
By installing this plugin, every uploaded media will have unique values as suffix at the end of the media name.
Default uploaded string value is character and have zero possibility of file name confliction.
Adds unique suffix at the end of the uploaded file name e.g.
Added more extra switch conditions to use other string generator..
Upload the entire unique-uploaded-media-name folder to the wp-content plugins directory..
Activate the plugin through 'Plugins WordPress..
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more