Import images with code
-
I already have a huge folder in my yandex.Disk (a russian version of aws)
so my goal is to link attachments with the files that already exist in my cloud
Is there any code or helper functions to do this?
i already have the paths.. so i think the code should be like this
foreach($paths as $path){
your_helper_function($path) // create attachment
}
- The topic ‘Import images with code’ is closed to new replies.