Skip to content

Commit

Permalink
Merge pull request #3483 from alephdata/bugfix/3403-warn-upload-lots-…
Browse files Browse the repository at this point in the history
…of-files

Suggest alephclient for uploading lots of files instead of UI
  • Loading branch information
stchris authored Nov 8, 2023
2 parents bba8ea0 + bc05700 commit 360e0bc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ui/src/dialogs/DocumentUploadDialog/DocumentUploadForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,19 @@ export class DocumentUploadForm extends PureComponent {
}}
/>
</p>
<p>
<FormattedMessage
id="document.upload.info"
defaultMessage="If you need to upload a large amount of files (100+) consider {link}."
values={{
link: (
<a href="https://docs.aleph.occrp.org/developers/alephclient/#importing-all-files-from-a-directory">
alephclient
</a>
),
}}
/>
</p>
</div>
);
}
Expand Down

0 comments on commit 360e0bc

Please sign in to comment.