(Rails) Uploading Directories

后端 未结 2 1077
终归单人心
终归单人心 2020-12-18 10:34

I need to upload multiple files on my website.

But I need not just a form for uploading multiple files, I need to upload whole directories.

How\'s this possi

2条回答
  •  轮回少年
    2020-12-18 11:13

    Adding another option to the list provided by Sorrow:

    • upload via REST/JSON

    OK, this is a partial solution, but it does give you the opportunity to write a script that reads your directory and POSTS to your website.

提交回复
热议问题