Writing the contents of the media library out to a file

Source: Patrick Ruhsert, Dr. Maison & Partner GmbH

var vImage = plugins.http.getMediaData('media:///test.png'); 
plugins.file.writeFile('D:\\test.png', vImage);

Comments

Post new comment