On 25 May 2012 07:52, Rajesh Reddy <[email protected]> wrote: > Hi, > > can anyone suggest me how to create folders and files through linux system > commands in rails application and to provide drag and drop support to them
I presume the files are on the server. For the system stuff have a look at FileUtils (standard ruby library). That won't do the drag/drop of course, which I presume you want to do in the browser. It sounds a rather strange requirement, using browser on client to manipulate files/folders on the server. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

