Submitted by kurucsai.zoltan... on Thu, 11/12/2020 - 08:46
Hello
I have a problem with uploading files, i have a *.CSV file with size of 350-400MB. It is a really big file compared to simple documents, but i need to read its contents.
I (think i) know there are two files, that has file upload limits:
je débute sur Bonita Comunity.
Je dois enregistrer sur le serveur, dans un répertoire précis, le ou les fichiers uploader par l'utilisateur l'ors de l'exécution du processus.
J'ai essayé, en vain, un connecteur trouvé sur internet.
Je me demandais s'il n'y avait pas une solution plus simple en utilisant un script directement depuis le formulaire, au clic sur le bouton submit.
Submitted by torea_1402565 on Sat, 03/21/2020 - 03:25
Hi,
I'm trying to send some data in csv format from an application page when the user press a button.
I have a rest API method which is called when pressing the button. The code formats some data and should send them through the browser so that the user can download it.
I'm stuck when trying to send back the data, how should I format the response?
Then I send it with an e-mail connector as an attachment, but If I try to open it in case Overview I get the error "500 Internal Server Error. Oops. Error.". In the logfile I've: "org.bonitasoft.forms.server.DocumentImageServlet Error while retrieving the document with ID xxxxxx from the engine."
It seems that the document ID in the url is not correct.
Submitted by letrungfabien_1... on Sun, 03/08/2020 - 16:29
Hello everyone,
I would like to set up a 'file upload' where you can upload a file, and keep it in a 'formOutput.fileStudentPlanContract' (with fileStudentPlanContract being a contract of a file type).
I can later retrieve it with no problem, however I can't seem to leave the field empty, (as if it was mandatory) as this debug msg is displayed :
Debug message
Error while validating expected inputs
Submitted by the.shirini on Sun, 04/28/2019 - 08:22
Hello every body,
I trying post form-data (multipart with some files and some part) during the process.
I know how to convert document into documentValue but i need convert documentValue into File.
How can I do that?
Submitted by msevillano on Wed, 03/16/2016 - 19:19
I have a process that requires actors to upload some .pdf files.
I'm needing to take this archives from the context to a folder in the server.
does anyone have any idea of how to do this?
An example that illustrate how to allow user to upload and download a single document or a list of documents.
Also illustrate how to only allow certain type of files to be uploaded (e.g. only PDF files).
Process definition includes a reference to a document and to a list of documents (document with option "multiple" enable).
All files will be stored by Bonita BPM Engine in database.
Engine also saved the association between the process instance and documents content and version.