I am having a terrible time trying to locate the files that are populating a select drop down in the "Import All Products" dataflow profile in Magento. Inside of the "Run Profile" tab there is a Select Dropdown that contains all of the files I have ever uploaded. I want to remove these as I have already uploaded about 15 .csv files.
I have tried searching in PHPMyAdmin for the file name. Also have tried sudo locate import-20140320221637-1_export_all_products.csv and sudo grep "import-20140320221637-1_export_all_products.csv" /var/www/ but I come up with empty results. Where are these being stored at?