Uploading a folder?

Hi everyone,
Is there a way for uploading the entire content of a folder instead of
uploading each file separately ?

Thank you

Lalala L. wrote:

Hi everyone,
Is there a way for uploading the entire content of a folder instead of
uploading each file separately ?

Thank you

The web browser wont let you. Your best option is to support uploading
of zip files which you can process with the rubyzip gem.

Alex W. wrote:

Lalala L. wrote:

Hi everyone,
Is there a way for uploading the entire content of a folder instead of
uploading each file separately ?

Thank you

The web browser wont let you. Your best option is to support uploading
of zip files which you can process with the rubyzip gem.

Thank you, I will give that a try