I'm working on an application where client may upload any folder which may contain sub folders along with files. Is it possible to upload a folder instead of a file? Any help is appreciated.
You need to be getting a list of files within these folders to handle in your upload. You can keep track of the directory structure and rebuild it within the server's user directory.