wesleytodd / csv-view

A simple in browser CSV viewier
3 stars 3 forks source link

have some problem!! #1

Open suriyaJaay opened 7 years ago

suriyaJaay commented 7 years ago

just download some csv files to use from here http://www.sample-videos.com/download-sample-csv.php

when tried to drag and drop it, gives me "its dirty file"

how to resolve this.

Than you and happy new year

wesleytodd commented 7 years ago

The file type test here is super simple: https://github.com/wesleytodd/csv-view/blob/master/public/main.js#L35

What is files[i].type?

Sorry about the issue, but this was more of a test app, so it is lacking any attention to details like robust error handling. But I am open to PR's to expand.