Duozhasht Posted December 9, 2012 Share Posted December 9, 2012 (edited) Hi everyone! I'm new here, and i started using Prestashop some weeks ago, and now i'm forced to create a module with admin management. I choose create a AdminTab to do it, but i'm getting some troubles and i need your help. I have some doubts that i wanna get rid of. 1st. I need a file in my database that is BLOB (file) and i need that this array( 'type' => '????????', // i dont know what type do exist in this 'label' => $this->l('File:'), 'name' => 'name', 'size' => 33, 'required' => true, 'desc' => $this->l('File of client'), ) I want be able to download the file, in admin tab 2nd I need a Flag (Type Check Box if possible) Do we have this type? Thanks community Edited December 9, 2012 by Duozhasht (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts