Import files
Web browsers do not support direct access to files on your computer, which is why files for the CSV Importer and the JSON Importer must always be provided via a web server.
One way to work around this restriction is to use an extension for the Google Chrome browser. This allows you to set up a web server on your computer and access your files with just a few clicks.
The CSV and JSON importer get access to your network drives and local hard disks via the web server.
Configuration
- File upload type: Method that will be used to upload files
Import local files
Using Chrome
To import files that are in the local file system it is necessary to serve them in a local server. It’s easy and fast to achieve by using a known Google Chrome extension called ‘Web Server for Chrome’. It is necessary to choose the type ‘Direct’ in this case.
- Install the extension and open it. ‘Download here’
- Click “Choose folder” and then choose the folder where the desired local files to import are located.
- Open advances settings and enable the option called ‘Set CORS headers’.
- Restart the browser and open the extension again.
- Enter to http://127.0.0.1:8887 and all the images will be there. (by default the port is 8887, but it can be changed)