Originally created by @Sloox on GitHub (Feb 28, 2024).
Is your feature request related to a problem? Please describe.
Possible to to add a whole folder and batch the file upload?
Describe the solution you'd like
Add a whole folder and it adds document one by one. Would be lovely if it was recursive.
I think its fairly self explanatory.
Originally created by @Sloox on GitHub (Feb 28, 2024).
**Is your feature request related to a problem? Please describe.**
Possible to to add a whole folder and batch the file upload?
**Describe the solution you'd like**
Add a whole folder and it adds document one by one. Would be lovely if it was recursive.
I think its fairly self explanatory.
Already implemented. On Docker deployments you'd add a volume bind mount:
-v /path/to/your/docs:/app/backend/data/docs
And then from the Documents > Document Settings page you can Sync your docs folder.
@justinh-rahb commented on GitHub (Feb 28, 2024):
Already implemented. On Docker deployments you'd add a volume bind mount:
```bash
-v /path/to/your/docs:/app/backend/data/docs
```
And then from the Documents > Document Settings page you can Sync your docs folder.
@justinh-rahb
This is a manual implmentation yes?
What i mean is when i use the "documents" and click on the "+" icon. I have the option of selecting a folder and it syncing all the documents inside it.
Does it make sense?
@Sloox commented on GitHub (Feb 28, 2024):
@justinh-rahb
This is a manual implmentation yes?
What i mean is when i use the "documents" and click on the "+" icon. I have the option of selecting a folder and it syncing all the documents inside it.
Does it make sense?
It makes sense, but not as a new feature. You can already multi-select every document in a folder when you click the "+" icon and upload them at once:
@justinh-rahb commented on GitHub (Feb 28, 2024):
It makes sense, but not as a new feature. You can already multi-select every document in a folder when you click the "+" icon and upload them at once:

Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @Sloox on GitHub (Feb 28, 2024).
Is your feature request related to a problem? Please describe.
Possible to to add a whole folder and batch the file upload?
Describe the solution you'd like
Add a whole folder and it adds document one by one. Would be lovely if it was recursive.
I think its fairly self explanatory.
@justinh-rahb commented on GitHub (Feb 28, 2024):
Already implemented. On Docker deployments you'd add a volume bind mount:
And then from the Documents > Document Settings page you can Sync your docs folder.
@Sloox commented on GitHub (Feb 28, 2024):
@justinh-rahb
This is a manual implmentation yes?
What i mean is when i use the "documents" and click on the "+" icon. I have the option of selecting a folder and it syncing all the documents inside it.
Does it make sense?
@justinh-rahb commented on GitHub (Feb 28, 2024):
It makes sense, but not as a new feature. You can already multi-select every document in a folder when you click the "+" icon and upload them at once:
@jannikstdl commented on GitHub (Feb 29, 2024):
Yes, just go into the folder and
STRG/CTRL + A@Sloox commented on GitHub (Feb 29, 2024):
understood. Will close.