javascript - How to hide choose file button from Uploadcare widget -


once image uploaded using uploadcare widget, how hide choose button , show remove button if image uploaded?

<div id="profile_edit_img">      <%= image_tag resource.picture.present? ? resource.picture.url : "/assets/profile_blank-4844b32a08e9c5effe4be4f143d9c41f.png", id: "user_profile_pic", class: "center-block img-circle img-responsive"%>  </div> 

you want add clearable option widget show "remove" button.

the "choose" button should hidden if file uploaded, isn't so?


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -