[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

creating files

Sijo Kg

7/26/2008 9:23:00 AM

Hi
i have
<%= file_field_tag "logo" %> using that i upload image files.,.In
controller how can i write this to a folder with a given fixed name..For
example suppose uploaded file original name is abc.png,(or abc.jpeg )but
in controller i have to name it to logo.png or logo.jpeg and write it to
a folder /opt/upload/logo.png (or /opt/upload/logo.jpeg) That means
if the file there already exists it shud overwrite also ..How can i do
this .Please help

Thanks in advance
Sijo
--
Posted via http://www.ruby-....