Learn how to use this essential n8n workflow to read multiple binary files (like JPGs) from a local disk directory using wildcards. Essential core logic n8n templates.
Download this n8n workflow template and start using it instantly.
Handling local files is a critical requirement for many self-hosted n8n deployments. This simple yet powerful n8n workflow demonstrates the core ability to read multiple files simultaneously using a path selector that includes a wildcard (*). This is especially useful for pipelines that require ingesting a large volume of data—such as images, log files, or configuration backups—before passing them to subsequent processing n8n nodes. By using the specialized Read Binary Files n8n node, the automation ensures efficient retrieval of all matching files (in this case, all .jpg files within the /data/lol/ directory) and makes the binary data readily available for the rest of your n8n workflow.
This automation follows a straightforward, two-step linear process, activated manually to facilitate testing and deployment preparation:
On clicking 'execute' n8n trigger.Read Binary Files n8n node. This crucial n8n node is configured to look for files matching the pattern /data/lol/*.jpg. The n8n node searches the specified local path (which must be accessible by the n8n container or process) and collects all files matching the .jpg extension. Each file is then output as a separate item, retaining its binary data and filename, ready for further steps in the n8n workflow./data/lol/ exists on the host machine and is mounted as a volume accessible by the n8n container./data/lol/).Read Binary Files n8n node and verify that the File Selector parameter (/data/lol/*.jpg) matches your desired path and file type. Adjust the path if necessary for your server environment./data/lol/.jpg (This uses a wildcard (*) to tell the n8n node to select all files ending in .jpg within the /data/lol/ directory. This configuration is essential for batch processing in this n8n workflow.)Use this powerful n8n workflow to automatically read and aggregate data from multiple RSS feed sources using core logic n8n nodes and the Split In Batches n8n node.

Deploy a powerful n8n workflow to revive cold leads using a multi-week, multi-channel SMS and Email sequence, leveraging OpenAI to generate instant, intelligent replies.

Use this advanced n8n workflow to automate raw materials inventory. It integrates Google Sheets and Supabase for stock updates and uses Gmail for approval-based material issue requests, complete with low stock alerts.

Automate the export, naming, and environment-specific staging of your n8n workflows for robust CI/CD using Docker and the n8n CLI. Perfect for generating reliable n8n templates.

Deploy a comprehensive n8n workflow for real estate management. Features AI-powered conversation, property search via PostgreSQL, automated appointment scheduling, and human agent handoff.









































