mirror of
https://github.com/bcit-ci/CodeIgniter.git
synced 2025-02-20 11:13:29 +08:00
...
parent
b370541bf0
commit
b3e02877b4
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user