i have one problem I save my upload data in the blob file type in the database..
now i want to download it..
how to manage that
i have try this way (document_file is a field with blob data)
send_file @attachment.document_file, :disposition => 'attachment'
but comes error...
anyone can help?
Thanks :)