Plupload works with Ruby on Rails?
        Posted  
        
            by sebtm
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by sebtm
        
        
        
        Published on 2010-02-14T15:21:40Z
        Indexed on 
            2010/03/11
            20:19 UTC
        
        
        Read the original article
        Hit count: 693
        
I tried following the example at: http://www.plupload.com/example_custom.php
But in the request, file is not sent to the method of the controller, only the name.
Maybe I need to set in the configuration of Plupload, something like 'multipart = true'
Any idea?
© Stack Overflow or respective owner