Closed (fixed)
Project:
Node import
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Dec 2008 at 07:28 UTC
Updated:
21 Jan 2009 at 10:44 UTC
save csv files into a folder without all images etc.. uploaded normally from drupal, to not have hundreds or more files in the middle of csv files to import..
Comments
Comment #1
Robrecht Jacques commentedIn node_import-6.x-1.0-rc2 uploaded files are stored in
sites/default/files/imports, so they do not appear in the middle of other files. The directory is configurable onadmin/content/node_import/settings.Comment #3
matteoraggi commentedthanks, i tryed to set the subfolder csv and this is being created!
nice, anyway in my imports folder continue to be viewed all images that normally I upload for users plus 4 csv files, when trying to do a new import
how it is possible?
csv folder have nothing in it and imports folder have only 4 csv files, the same that I see with al mages when I try to do a new import
Comment #4
matteoraggi commentedOk , solution founded, ad th end of field to write the path, there was / and I was ending my path with / too, so the system with double // wa continuing to use the default path and not mine, ye, it was easy to solve