Model
Uploader
Magento\CatalogImportExport\Model\Import\Uploader
What it does
The Uploader class handles importing and moving product images during catalog import operations in Magento 2.
It validates image files, downloads images from URLs if needed, manages temporary storage, and moves files to their final destination directory while ensuring file type restrictions and proper naming conventions are followed.
Public Methods
- init()
- move()
- getTmpDir()
- setTmpDir()
- getDestDir()
- setDestDir()