PHP (PCLZIP) - Creating a zip file from array with URLs? -
the title pretty speaks itself, have array urls images on server, , want push them down zip archive.
i'm getting error:
error: pclzip_err_missing_file (-4) : file '...url image...' not exist which seems incorrect since can view image in browser if copy source. tried changing file on same server, , seems work, must because files on server. possible bypass somehow , make work?
thanks bunch!
you need download files server first before creating zip file, whether temporarily or permanently. download files server, zip them up, delete them!
Comments
Post a Comment