Is it possible in rails?

multi select files from system file browser, and drag and drop into web
browser then (those selected files) multiple file uploads

is it possible in rails ?

That’s not possible in any web framework.
Browsers don’t allow for the drag/drop thing,
for security reasons I guess.

Multiple file uploads are possible with swf_upload:

Thanks for reply

Multiple file uploads are possible with swf_upload:
http://swfupload.org/

so we can select multiple files from file browsers by use of SWFupload.

is it right ?