<div>Hi, I have a problem making some changes on siremis front-end</div><div>everything was ok except when I try to add a field to upload a file</div><div>I got this error:</div><div>#2, fopen(ejemplo.csv): failed to open stream: No such file or directory</div>
<div>could anybody help me please? :)</div><div><br></div><div>Mi configuration:</div><div>DO:</div><div>&lt;BizField Name=&quot;batch_file&quot; Column=&quot;batch_file&quot; Length=&quot;64&quot;   Required=&quot;N&quot; Type=&quot;Blob&quot;/&gt;</div>
<div><br></div><div>Insert:</div><div>&lt;Element Name=&quot;fld_batch_file&quot; Class=&quot;File&quot; FieldName=&quot;batch_file&quot; Label=&quot;File (.csv)&quot; AllowURLParam=&quot;N&quot;/&gt;</div><div><br></div>
<div>.php:</div><div>public function InsertRecord($recArr)</div><div>{</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>return parent::InsertRecord($recArr);</div><div>}</div><div><br></div><div>SQL:</div>
<div><div>mysql&gt; desc batch_provision;</div><div>+------------+---------+------+-----+---------+----------------+</div><div>| Field      | Type    | Null | Key | Default | Extra          |</div><div>+------------+---------+------+-----+---------+----------------+</div>
<div>| id         | int(11) | NO   | PRI | NULL    | auto_increment |</div><div>| batch_file | blob    | YES  |     | NULL    |                |</div><div>+------------+---------+------+-----+---------+----------------+</div>
<div>2 rows in set (0.02 sec)</div></div><div><br></div><div>Thanks in advance.</div><div><br></div>-- <br><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Jesús Pérez</span><br style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">VoIP Engineer at Quobis</span><br style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<br style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Fixed: </span><a title="Llama ahora" style="color:rgb(0,101,204);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">+34 902 999 465</a><br style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Site: </span><a href="http://www.quobis.com/" style="color:rgb(0,101,204);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)" target="_blank">http://www.quobis.com</a><br>
<br>