Forum Moderators: phranque
I have a PHP script that uploads a zip file, an image, and a title for a templates section. Now what I normally do is upload the zip file, the image file and the title and then I upload the actual template itself (the constituent files) manually.
What I'm wanting to do is to eliminate the manual uploading of the files. Somebody suggested I use self-extracting files instead of normal zip files. I then unzip the file on the server through a script, in order to get the constituent files for display.
What I'm needing to know is whether this is at all possible on Apache servers?