enable-media-replace icon indicating copy to clipboard operation
enable-media-replace copied to clipboard

***DEVELOPMENT DISCONTINUED*** Enable Media Replace, a WordPress plugin to make it possible to replace uploaded media files in a simple way.

Results 8 enable-media-replace issues
Sort by recently updated
recently updated
newest added

I want to replace the image file of an existing attachment (that also contains other meta data (ACF fields)). Does this plugin offer a simple function that the plugin could...

Not sure if this is related to my just updating to 3.2.1, but since doing so, I'm having issues. It shows uploading and percentage up to 99%, then fails with...

We us an Amazon S3 storage plugin that stores all the media in an S3 bucket. This means that the files are referred to as `s3://bucket/folder/file`. [Line 206 of upload.php](https://github.com/mansj/enable-media-replace/blame/master/upload.php#L206)...

This is a great plugin, but I am trying to work out if I can use it with the Wordpress JSON API. I want to be able to replace an...

This is an excellent plug-in. It does exactly what we need. I just noticed that the "Revised" time/date in the Edit Media window is showing (for example) "Revised: January 6,...

Hello and thank you for Enable Media Replace, I have an hopefully easy to fix issue. In upload.php, is_writable($current_file) should be is_writable(dirname($current_file)). unlink requires write access on the directory and...

Thanks for the must-use plugin. I've had an instance where the post content wasn't updated for a specific post that contained a link to the old media file that was...