diff --git a/INTERFACE/WebLCP/DB_INPUT.aspx b/INTERFACE/WebLCP/DB_INPUT.aspx
new file mode 100644
index 0000000..2ad8213
--- /dev/null
+++ b/INTERFACE/WebLCP/DB_INPUT.aspx
@@ -0,0 +1,21 @@
+<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="DB_INPUT.aspx.cs" Inherits="WebLCP.DB_INPUT" %>
+
+
+
+
+
+
+
+ - Caratteristiche file DB INPUT
+ - - dati devono essere salvati in forma anonima
+ - - formato file: csv
+ - - separatore: carattere ;
+ - - ...
+ - Esempio file scaricabile:
+ DB_INPUT.csv
+
+
+
+
diff --git a/INTERFACE/WebLCP/DB_INPUT.aspx.cs b/INTERFACE/WebLCP/DB_INPUT.aspx.cs
new file mode 100644
index 0000000..79a0a57
--- /dev/null
+++ b/INTERFACE/WebLCP/DB_INPUT.aspx.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebLCP
+{
+ public partial class DB_INPUT : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/INTERFACE/WebLCP/DB_INPUT.aspx.designer.cs b/INTERFACE/WebLCP/DB_INPUT.aspx.designer.cs
new file mode 100644
index 0000000..a266522
--- /dev/null
+++ b/INTERFACE/WebLCP/DB_INPUT.aspx.designer.cs
@@ -0,0 +1,24 @@
+//------------------------------------------------------------------------------
+//
+// Codice generato da uno strumento.
+//
+// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
+// il codice viene rigenerato.
+//
+//------------------------------------------------------------------------------
+
+namespace WebLCP {
+
+
+ public partial class DB_INPUT {
+
+ ///
+ /// Controllo hlFile.
+ ///
+ ///
+ /// Campo generato automaticamente.
+ /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
+ ///
+ protected global::System.Web.UI.WebControls.HyperLink hlFile;
+ }
+}
diff --git a/INTERFACE/WebLCP/DB_INPUT_CLU.aspx b/INTERFACE/WebLCP/DB_INPUT_CLU.aspx
new file mode 100644
index 0000000..34a6e9d
--- /dev/null
+++ b/INTERFACE/WebLCP/DB_INPUT_CLU.aspx
@@ -0,0 +1,20 @@
+<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="DB_INPUT_CLU.aspx.cs" Inherits="WebLCP.DB_INPUT_CLU" %>
+
+
+
+
+
+
+ - Caratteristiche file DB INPUT
+ - - dati devono essere salvati in forma anonima
+ - - formato file: csv
+ - - separatore: carattere ;
+ - - ...
+ - Esempio file scaricabile:
+ DB_INPUT_CLU.csv
+
+
+
+
diff --git a/INTERFACE/WebLCP/DB_INPUT_CLU.aspx.cs b/INTERFACE/WebLCP/DB_INPUT_CLU.aspx.cs
new file mode 100644
index 0000000..032f2c8
--- /dev/null
+++ b/INTERFACE/WebLCP/DB_INPUT_CLU.aspx.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace WebLCP
+{
+ public partial class DB_INPUT_CLU : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/INTERFACE/WebLCP/DB_INPUT_CLU.aspx.designer.cs b/INTERFACE/WebLCP/DB_INPUT_CLU.aspx.designer.cs
new file mode 100644
index 0000000..cb9a57c
--- /dev/null
+++ b/INTERFACE/WebLCP/DB_INPUT_CLU.aspx.designer.cs
@@ -0,0 +1,24 @@
+//------------------------------------------------------------------------------
+//
+// Codice generato da uno strumento.
+//
+// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
+// il codice viene rigenerato.
+//
+//------------------------------------------------------------------------------
+
+namespace WebLCP {
+
+
+ public partial class DB_INPUT_CLU {
+
+ ///
+ /// Controllo hlFile.
+ ///
+ ///
+ /// Campo generato automaticamente.
+ /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
+ ///
+ protected global::System.Web.UI.WebControls.HyperLink hlFile;
+ }
+}
diff --git a/INTERFACE/WebLCP/ExtLibrary/ICSharpCode.SharpZipLib.dll b/INTERFACE/WebLCP/ExtLibrary/ICSharpCode.SharpZipLib.dll
new file mode 100644
index 0000000..fe643eb
Binary files /dev/null and b/INTERFACE/WebLCP/ExtLibrary/ICSharpCode.SharpZipLib.dll differ
diff --git a/INTERFACE/WebLCP/WUC/mod_startJob.ascx b/INTERFACE/WebLCP/WUC/mod_startJob.ascx
index 5714f5e..e165586 100644
--- a/INTERFACE/WebLCP/WUC/mod_startJob.ascx
+++ b/INTERFACE/WebLCP/WUC/mod_startJob.ascx
@@ -21,14 +21,14 @@