[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

How to check whether file is browser before submitting the f

Santosh R patil

1/30/2007 12:06:00 PM

Hello ,

I am new to this ruby on rails, Help me

I have a view which has two tags, one is file_field and other submit
button.

How to check whether file is browser before submitting the form

--
Posted via http://www.ruby-....

1 Answer

Dominic Marks

1/30/2007 12:21:00 PM

0

On Tue, 30 Jan 2007 21:06:14 +0900
Santosh R patil <santosh@antiztech.com> wrote:

> Hello ,
>
> I am new to this ruby on rails, Help me

Better to try the Rails mailing list rather than the Ruby one.

http://groups.google.com/group/rubyon...

> I have a view which has two tags, one is file_field and other submit
> button.
>
> How to check whether file is browser before submitting the form

This is really a JavaScript question if you want to do it
before submitting the form.

HTH,
Dominic