在上传后,destroy删除的是数据库的路径,需要使用File.delete删除路径下的文件

p_w_picpath_url=self.p_w_picpath_urlpath="#{Rails.root}/app/assets/p_w_picpaths/"+p_w_picpath_urlifFile.exists?(path)File.delete(path)end