Upload file in batch mode

Is there a way to upload a document and store it in a collection in batch mode. Currently I have a form by which the user can upload a document. The document is than stored in a collection.

Hi!

Please explain what is it that you are trying to achieve.
Are you trying to upload several documents at once?

Doron. :slight_smile:

I would like to upload from time to time one document and store it in a collection. Currently an authorized user can upload a document through an upload button in a form and the document is stored in a collection for further queries. I wish to upload and store it in the collection with a batch procedure instead of online uploading.

Hi,
It’s possible to use http-functions and insert methods with a url of your document.
It is not possible to send it directly.
Roi.