How to remove a specific file in Rails public folder?

Posted by siulamvictor on Stack Overflow See other posts from Stack Overflow or by siulamvictor
Published on 2010-06-17T09:51:46Z Indexed on 2010/06/17 9:53 UTC
Read the original article Hit count: 295

Filed under:
|
|
|

User in my web app are able to upload file. I use Paperclip to handle file attachment issue. Is there any method if I would like to remove any specific user-uploaded file programmatically?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about file