Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
629 views
in Technique[技术] by (71.8m points)

file upload - (Rails) Uploading Directories

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 possible for the minimalist?

Yours, Joern.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

According to my somewhat limited knowledge this is not possible, only file transfer is possible, not directories.

Here are some workarounds, based on discussion on Velocity Reviews and another discussion:

  • upload a zip, which you unzip at the server side
  • upload directories over ftp (web page can be a front end to this)
  • upload files one by one

I would go either for zip or ftp. Note: someone might have produced a gem that enables uploading directories (I know nothing of such thing, but I will be happy to find out, if there is).


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...