Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 filepicker.io(filepicker-rails gem)上传头像后,我没有收到任何确认文件选择器服务器已接受它。任何人都知道向我的用户显示他们的头像已上传并且他们可以继续填写他们的个人资料表格的技巧吗?
您应该能够在 javascript 中将 onchange 事件附加到将在上传头像时触发的输入类型,并且表单的其余部分可以继续
onchange在 gem 的选项中触发一个 javascript 函数作为事件filepicker-rails ,然后继续进一步集成:
onchange
filepicker-rails
<%= p.filepicker_field :coverimage_url,dragdrop: true, mimetypes:'image/*', onchange:'sample()' %>`