From b3e02877b4c95a95a9c8d7359e91b48c468843f2 Mon Sep 17 00:00:00 2001 From: World Wide Web Server <_www@Dwight-Schrutte.local> Date: Wed, 4 Jul 2012 16:07:40 -0700 Subject: [PATCH] ... --- Multiple-File-Import-By-Zip-File.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Multiple-File-Import-By-Zip-File.md b/Multiple-File-Import-By-Zip-File.md index 82e5cb00..fa40b05c 100755 --- a/Multiple-File-Import-By-Zip-File.md +++ b/Multiple-File-Import-By-Zip-File.md @@ -1,4 +1,4 @@ -I got a bit sick of seeing multiform inputs in many different cms where you have to select each file 1 at a time. To me this is completely useless. So I wrote a little function to import a zip file archive extract all the files, and import them into a specfic folder (category named folder that's database driven) This is more designed for images with say a gallery in mind, but it can easly be adopted to be used with almost any file type. So this not extracts the zip files but it also creates thumbnails, than moves all the files into the correct place, and then deletes all the source files and zip archive after it's done leaving no trace of so it doesn't waste space. +I got a bit sick of seeing multiform inputs in many different cms where you have to select each file 1 at a time. To me this is completely useless. So I wrote a little function to import a zip file archive extract all the files, and import them into a specfic folder (category named folder that's database driven) This is more designed for images with say a gallery in mind, but it can easly be adopted to be used with almost any file type. So this not only extracts the zip files but it also creates thumbnails, than moves all the files into the correct place, and then deletes all the source files and zip archive after it's done leaving no trace of so it doesn't waste space. So first we have a function.