473,503 Members | 2,157 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Link inside the ZIP file ?

HI,

I need to link from within the HTML into a certain file which is WITHIN
a zip file (without unzipping the zip).
Is it doable ?

Dec 24 '06 #1
4 5835
MoshiachNow wrote:
I need to link from within the HTML into a certain file which is WITHIN
a zip file (without unzipping the zip).
No. Why do you think you need to do that?
Dec 24 '06 #2

Leif K-Brooks wrote:
MoshiachNow wrote:
I need to link from within the HTML into a certain file which is WITHIN
a zip file (without unzipping the zip).

No. Why do you think you need to do that?
Because I deliver to a support an HTML file with logs,which includes
links to logs that arrive in parallel in a zip file.

Ok,so now I have to think how to add to my HTML some VB or else script
that will unzip the zip file first.

Any ideas on how to do it ?
Thanks

Dec 24 '06 #3

MoshiachNow wrote:
I need to link from within the HTML into a certain file which is WITHIN
a zip file (without unzipping the zip).
Is it doable ?
Yes it's do-able, but it's far from trivial if you want to do it right.

I assume your problem is some massive archive of zip files, with a need
to address things within them. The neat way to do this is to design
yourself a mini-protocol based on the interpretation of HTTP URLs in a
defined manner (this could be as simple as two HTTP GET query
parameters called "wherethearchiveis" and "wherethefileisinsideit", or
as complex as a local "handle" server (look it up)). Then you write
some nice, neat server-side code that understands this protocol and can
return the files requested. With this new and more powerful (but still
completely generic) toolbox, you can write an application that
understands about a "log" file, structure of date-embedded names etc.
Choosing the right server-side language will make this easy (Java and
Python both have good Zip libraries, I don't know about PHP)

This is NOT just a "HTML programming" problem. If you treat it as one,
you'll find yourself building some vast pile of crappy JavaScript and
getting yourself posted to http://thedailywtf.com

Dec 27 '06 #4
"MoshiachNow" <le**********@kodak.comwrote in message
news:11**********************@i12g2000cwa.googlegr oups.com...
HI,

I need to link from within the HTML into a certain file which is WITHIN
a zip file (without unzipping the zip).
Is it doable ?

Yes, it's very doable.

Check out the WinZip Command-Line Add-In at www.WinZip.com.

--
We're losing America. To see how you can help
get her back, visit www.FreedomToFascism.com.
Dec 27 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
8893
by: dspohn | last post by:
I am designing a document management system (DMS). The files are stored in a directory on the webserver. The filenames for the documents are stored in a MySQL database. The DMS will track...
4
2049
by: HKannen | last post by:
Hi everybody, I'd like to create a link to a file instead of copying the file to the new destination. Is there a possibility to do this ? Is there something like a Link Object in C# .NET ? ...
1
1541
by: Jeremy | last post by:
Rather than hard-coding a reference to a css file in the HEAD of an aspx page, like this... <link rel="stylesheet" href="../css/admin.css" type="text/css"> How can I dynamically specify the...
1
4229
by: Ed Chiu | last post by:
Hi, I like to create a datagrid that has a column of links and one of these links is clicked, a new browser window pop up and shows the aspx specified in the link. How do I do that? Thanks...
1
1551
by: aminpashas | last post by:
Hey All; I needed to know how could I make an indirect link to cd-rom in my XML file? I need to write something that orders the computer to check the cd-rom drive letter and automatically link me...
2
4529
by: BASSPU03 | last post by:
I used the Common Dialog API to store file paths on my form's underlying table. These paths are displayed in a textbox that I can click to open the selected file. Having stored the file paths in...
1
1461
by: amulyab | last post by:
Hi, M using browse button to select a text file.The contents of text is made to display inside text area.Now i have to add some links for the some parts of text which is inside text area.How can i...
0
1293
by: shaheda begum | last post by:
Hi everyone, Can anyone guide me how to link archive file(libxyssl.a) to my shell script( .sh file) in Perl using swig interface. Thank you in advance.
2
2471
by: ismailc | last post by:
Good day, I desperately need to get the following working. I have an application that uses vbscripting as it's code developing, The two problems I have is: 1. Creating a link to open the...
0
7093
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7349
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
5594
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5022
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4688
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3177
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3168
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1521
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
746
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.