JavaScript for WordPress › Forums › Gutenberg Development › Media Upload Button This topic has 2 replies, 2 voices, and was last updated 6 years, 9 months ago by Imtiaz Rayhan. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts February 27, 2018 at 8:06 am #42336 Imtiaz RayhanParticipant Hi, I was messing around with the Media Upload button. It’s deprecated. Instead, we have to use MediaUpload. In the example files, instead of MediaUploadButton we have to use MediaUplaod like this: <MediaUpload onSelect={ onSelectImage } type="image" value={ props.attributes.imgID } render={ ( { open } ) => ( <Button className="components-button button button-medium" onClick={ open }> Upload Image </Button> ) } /> Hope this helps. February 27, 2018 at 10:05 pm #42402 Zac GordonKeymaster You are correct my friend! Thanks for posting this up 🙂 Hoping to make an update to the course with this soon, but so many changes still happening. Will link to this forum post from the video though 🙂 March 1, 2018 at 12:45 am #42458 Imtiaz RayhanParticipant You are welcome. Also, Editable has changed to RichText. Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In