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
Post a Comment