By Anonymous (not verified) on
Sometimes I have a lot of files to be uploaded, it's time consuming that I click on and upload them one-by-one(especially when the uploaded file itself is very large and takes long time to upload), is there a way that I transfer all the files to the the server side(where drupal is installed), then I can add/import those files to drupal directly on the server? I think you can 'import' images this way, but what about any kind of uploaded files(images,videos,pdfs,etc).
Thanks!
Comments
_
You can attach uploaded files node with either the imagefield_import (also works with straight filefield) or webfm modules.
_
Thanks. Trying now.