Zip Files
Moderator: General Moderators
None
I want to take a table like this:
And put it into a zip file, like save that table above as a .HTML file in a ZIP file.
I do not want to save the zip file to my server, I only want it to be temporarily available until the user leaves the page or i redirect them elsewhere on my site
Code: Select all
<table>
<tr>
<td></td>
<td></td>
</tr>
</table>I do not want to save the zip file to my server, I only want it to be temporarily available until the user leaves the page or i redirect them elsewhere on my site
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
redmonkey posted the following which will allows the in-memory creation of a zip in various compression formats. viewtopic.php?t=29027