In my application I am taking contents as Zip file which consists of all the script files, html files, php files...whatnot. Now, is it possible to extract them internally and use them to create a virtual environment where the user is navigation through those files?
I guess I am not explaining this very well. The contents for the server are present in the database and I need to extract them and place them in a virtual server. Is it possible? Do I have to set up a virtual database too? Is that even possible? I am new to MVC so I am not so sure how to do this. Any help would be great. Thanks in advance.
I guess I am not explaining this very well. The contents for the server are present in the database and I need to extract them and place them in a virtual server. Is it possible? Do I have to set up a virtual database too? Is that even possible? I am new to MVC so I am not so sure how to do this. Any help would be great. Thanks in advance.