File upload

Hi!!!
i’m trying to send file via mails but i can get it work
this is my form

 add your file:



when i’m receiving the mail i can see only the path of file for exple
C:\image.gif

but i want to send the file itself

On Mar 16, 11:45 am, Ralph H. [email protected]
wrote:

Hi!!!
i’m trying to send file via mails but i can get it work
this is my form

The form encoding needs to be set to multipart (see the form helpers
guide on guides.rubyonrails.org)

Fred