Is there a way to configure Feed Import to allow the user to upload a (CSV) file, manually by browse their local drive and uploading.

I don't see in the standard distribution, but any add-on modules?

Thanks.

Comments

Sorin Sarca’s picture

Currently there is no such option and will not be implemented in near future. You can use local drupal files in Feed Import with correct protocol (defined by drupal stream wrappers) such as: public://sites/all/files/my.csv or
private://files/my.csv

I think you will need a module which is a file manager and you'll be able to use them in feed import with no problem.

Sorin Sarca’s picture

Status: Active » Closed (works as designed)