Is it possible to upload the directory along with the file when the file is selected?

58 Views Asked by At

I have a ruby application that currently uses formstone (https://formstone.it/components/upload/) for file uploads and paperclip to save the attachment. I have to include another file type. The filename ends with .mrxs. For these files, a directory exists in the same location as the file, with the same name as the file. Is it possible to upload the directory along with the file when the file is selected?

0

There are 0 best solutions below