dimanche 26 juin 2016

How to skip the malformation & utf-8 errors.When file uploading in ralis app?

I have handle more-then 5lks data so i cannot check cell by cell. I have working with CSV & XLSX formats.Please someone help me?This my view page code...

<%=form_for[@product],:url{:controller=>"products",:action=>"import_process"} do |f| %>

  <%= f.file_field :file1,:accept=>".csv"%>

   <button type="submit" class="btn btn-info" onclick="return ValidateExtension()" data-qslid="l2"><i class="fa fa-cloud-upload"></i>Upload</button><br/><br/>

    <%end%>

Aucun commentaire:

Enregistrer un commentaire