473,808 Members | 2,797 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

unzip a folder in asp.net automatically

Can some please help me.. i've asked this question before and i'll get people
writing back with links to
http://www.icsharpcode.net/OpenSourc...b/Default.aspx,
or
the easyzipunzip website...
However, none of these are too easy to use.. one you have to pay $400 for,
and the other is written in c# and i'm having difficulty changing it into
asp.net so i can use it..
is it possible for anyone to show me the simpilist way to enter a file path
of a zipped folder in a textbox and just click a button and have that zipped
folder turn into a new folder which is unzipped... Plz help me..
thanks!

--
Ad****@hotmail. com
Nov 18 '05 #1
4 1986
Adam,

Check out www.dotnetnuke.com . That's a skinnable portal site that you can
download the full source of. It's written in VB.NET.

In that specifically check out the skin uploading section in which you
specify a zip file and that on upload unzips itself into a folder - isn't
that what you need? :)

- Sahil Malik
http://dotnetjunkies.com/weblog/sahilmalik
"ACaunter" <Ad****@hotmail .com> wrote in message
news:A0******** *************** ***********@mic rosoft.com...
Can some please help me.. i've asked this question before and i'll get
people
writing back with links to
http://www.icsharpcode.net/OpenSourc...b/Default.aspx,
or
the easyzipunzip website...
However, none of these are too easy to use.. one you have to pay $400 for,
and the other is written in c# and i'm having difficulty changing it into
asp.net so i can use it..
is it possible for anyone to show me the simpilist way to enter a file
path
of a zipped folder in a textbox and just click a button and have that
zipped
folder turn into a new folder which is unzipped... Plz help me..
thanks!

--
Ad****@hotmail. com

Nov 18 '05 #2
You want to unzip files on the server for the client to download them
individually?

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Sat, 27 Nov 2004 15:41:04 -0800, "ACaunter" <Ad****@hotmail .com>
wrote:
Can some please help me.. i've asked this question before and i'll get people
writing back with links to
http://www.icsharpcode.net/OpenSourc...b/Default.aspx,
or
the easyzipunzip website...
However, none of these are too easy to use.. one you have to pay $400 for,
and the other is written in c# and i'm having difficulty changing it into
asp.net so i can use it..
is it possible for anyone to show me the simpilist way to enter a file path
of a zipped folder in a textbox and just click a button and have that zipped
folder turn into a new folder which is unzipped... Plz help me..
thanks!


Nov 18 '05 #3
Hi Sahil,
Thanks for the reply, it sounds like that code will be perfect to unload a
zipped file to the server and have the server automatically unzip it and
store it... however i'm having a little trouble finding it on the
www.dotnetnuke.com site... i did a search and i found "Upload in asp.net and
Upload a file in .net".. but none of those talk about zipping.. could you
tell me exactly where to go.. thanks again and sorry for being so picky ;)

"Sahil Malik" wrote:
Adam,

Check out www.dotnetnuke.com . That's a skinnable portal site that you can
download the full source of. It's written in VB.NET.

In that specifically check out the skin uploading section in which you
specify a zip file and that on upload unzips itself into a folder - isn't
that what you need? :)

- Sahil Malik
http://dotnetjunkies.com/weblog/sahilmalik
"ACaunter" <Ad****@hotmail .com> wrote in message
news:A0******** *************** ***********@mic rosoft.com...
Can some please help me.. i've asked this question before and i'll get
people
writing back with links to
http://www.icsharpcode.net/OpenSourc...b/Default.aspx,
or
the easyzipunzip website...
However, none of these are too easy to use.. one you have to pay $400 for,
and the other is written in c# and i'm having difficulty changing it into
asp.net so i can use it..
is it possible for anyone to show me the simpilist way to enter a file
path
of a zipped folder in a textbox and just click a button and have that
zipped
folder turn into a new folder which is unzipped... Plz help me..
thanks!

--
Ad****@hotmail. com


Nov 18 '05 #4
Adam:

You'll have to register on the site and click "download the code".

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Sun, 28 Nov 2004 15:07:03 -0800, "ACaunter" <Ad****@hotmail .com>
wrote:
Hi Sahil,
Thanks for the reply, it sounds like that code will be perfect to unload a
zipped file to the server and have the server automatically unzip it and
store it... however i'm having a little trouble finding it on the
www.dotnetnuke.com site... i did a search and i found "Upload in asp.net and
Upload a file in .net".. but none of those talk about zipping.. could you
tell me exactly where to go.. thanks again and sorry for being so picky ;)

"Sahil Malik" wrote:
Adam,

Check out www.dotnetnuke.com . That's a skinnable portal site that you can
download the full source of. It's written in VB.NET.

In that specifically check out the skin uploading section in which you
specify a zip file and that on upload unzips itself into a folder - isn't
that what you need? :)

- Sahil Malik
http://dotnetjunkies.com/weblog/sahilmalik
"ACaunter" <Ad****@hotmail .com> wrote in message
news:A0******** *************** ***********@mic rosoft.com...
> Can some please help me.. i've asked this question before and i'll get
> people
> writing back with links to
> http://www.icsharpcode.net/OpenSourc...b/Default.aspx,
> or
> the easyzipunzip website...
> However, none of these are too easy to use.. one you have to pay $400 for,
> and the other is written in c# and i'm having difficulty changing it into
> asp.net so i can use it..
> is it possible for anyone to show me the simpilist way to enter a file
> path
> of a zipped folder in a textbox and just click a button and have that
> zipped
> folder turn into a new folder which is unzipped... Plz help me..
> thanks!
>
> --
> Ad****@hotmail. com



Nov 18 '05 #5

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

Similar topics

5
1577
by: Simple Simon | last post by:
Hi all, I'm trying to think of a relatively painless solution to this problem: I need to automatically(daily) FTP a .zip file from an FTP location, to a folder on the web server, AND unzip the contents(pics) to a sub-folder. Any one have any brilliant and genius ideas? ~Gordon
1
3953
by: ACaunter | last post by:
can someone please help me try to unzip a folder automatically within an asp.net program... thanks -- AdamPC@hotmail.com
2
1568
by: bradley | last post by:
I am developing a website which allows a user to upload documents (MS Word, PDF, etc) to a folder located beneath the website root. This works fine. However, for storage space and security reasons, I would like to have the process compress the file with encryption prior to writing it to the folder. Perhaps the filename could be the same as the original, but with an additional .zip extention. For example: sales2004.xls.zip. When the user...
2
2214
by: Jim Andersen | last post by:
I am going to build a webapp. Our users are not allowed to download certain files, so I need to show files in a directory (.doc, .ppt, ???) and the user can then convert them to PDF and download that PDF to his PC instead of the original. If it's a zip-archive they should be able to unzip the file, and then maybe PDF the files in the zip-archive. Any tips, suggestions, links to products etc are most welcome.
4
7444
by: spdude | last post by:
Hi, We are using Dynazip to unzip files on our server. It works perfectly on a test box but when the same code is deployed to the production, it chokes. It creates the unzipped file with 0 bytes. It makes me think that is some kinda environment/system issue but am not sure what it is. I have checked the permissions on the folder/file and it seems to be good. Any help is really appreciated.
2
2750
by: ajaiswal | last post by:
Hi I have to unzip 3 files which could be in any folder (depends where the user saves them),extract the files and save it to the same folder.The zip files contain 1 .csv file each. How can i do it?? Also the user wants to select the folder only and wants to get all the files unzipped in the same folder.Any help is appreciated Thanks
1
3060
by: sudhivns | last post by:
Looking for Zip/Unzip handling code. Unzip feature should extract the files including the absolute path. Eg: Input data.zip contains 1. folder IMP 2. some *.txt files. On Unzip, i choose the location where i want to extract say F:\Data, now extracted files should appear in F:\Data including the absolute path.
6
5782
by: rajarora | last post by:
Hi , I faced a very strange problem when I unzip a zip file on my solaris workstation. Actually I wanted to transfer a folder, say it TEST which contains some sub-folders inside it from windows to solaris machine. So I zipped this folder to TEST.ZIP on my windows machine. Then from my windows machine, I started ftp from command prompt and connected to my solaris machine and I copied this TEST.ZIP folder using put command to my solaris...
2
6397
by: somsub | last post by:
Hi all, Here is my samle code use strict ; use warnings ; use IO::Uncompress::Unzip ; When I compiled this three lines of code in win32 I got error like below.
0
9721
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9600
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10628
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10373
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10374
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10113
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9195
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5547
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4331
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 we have to send another system

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.