Tagged Questions
2
votes
5answers
2k views
Yii - How to upload a csv to save in database?
i'm with some troubles figuring out how to read the CSV file that I upload, probably i'm missing something in my Controller code.
public function actionImport() {
$model = new Produtos;
...