Hi,

 

I’m trying to use cocoon to upload a file.

My problem is that cocoon deletes the files after uploading them.

In the logs I find this:

http-8080-Processor25 DEBUG access - Deleting uploaded file(s)

 

I don’t know how to prevent that.

 

Is there an option to control this behaviour?

 

My problem is that I need to upload a csv file to insert data into a database.

I want to preview the data before actually inserting it in the database. It lets the user checks that the csv file is ok.

My upload flowscript is working nice, the data gets displayed. When the user validates to actually insert data, I can’t update the database since the csv file has disappeared from the server.

 

Any suggestion?

 

Philippe