[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

getting StringIO in Mozilla and String in Safari for file up

Saravanan Krishnan

2/7/2008 10:39:00 AM

Hi Folks,

When i try to upload files, its working in both Mozilla and
IE. But It's not working in Safari. The reason is,mozilla has StringIO
class and safari has string class. My controller codings are based on
StringIO. So that its not working in safari(ie its failed to read the
file).I cant able to proceed further. Can any one help me.


Thanks in Advance
Saravanan.K
--
Posted via http://www.ruby-....

1 Answer

7stud --

2/7/2008 10:50:00 AM

0

Saravanan Krishnan wrote:
> Hi Folks,
>
> When i try to upload files, its working in both Mozilla and
> IE. But It's not working in Safari. The reason is,mozilla has StringIO
> class and safari has string class. My controller codings are based on
> StringIO. So that its not working in safari(ie its failed to read the
> file).I cant able to proceed further. Can any one help me.
>

Try a Ruby on Rails forum?
--
Posted via http://www.ruby-....