Edit Image Save Button Disabled
-
Hi there,
I am trying to manipulate some uploaded images through the Edit Image editor (WP 3.0.1), it opens correctly now (after having had to force
define('CONCATENATE_SCRIPTS', false);
in wpconfig.php), but still unable to save any editing on the image, whether this being crop, rotate, flip, else.The ‘Save‘ button simply remains inactive and inspecting the element the code appears as follows:
<input type="button" value="Save" class="button-primary imgedit-submit-btn" disabled="enabled" onclick="imageEdit.save(27827, '9a12357dfb')">
The button appears ‘disabled‘ though I don’t understand if this is due to a server limitation (albeit memeory is set at clean 96M), or anything which may be activated via admin. Any clue?
Thanks in advance.
- The topic ‘Edit Image Save Button Disabled’ is closed to new replies.