Hi I am playing around with an apollo/rails app that allows you to upload/download files between the server and the apollo client. I am using FileReference to do the upload and download and this works like a charm.
What I would like to do is to create 2 lists - local and server (like total commander/ftp client) and be able to drag and drop between the server and the client. I would need to use FileReference without the dialog boxes and I would need to get a list of files in a directory on the local machine. I have read many comments about attempts to use FileReference without dialog boxes and havent seen anyone who got this to work. Does anyone have any suggestions? Whether regarding the drag and drop instead of dialog boxes or ways to get a local file/folder list? Regards

