how do I upload folder contains sub folders in asp.net 1.1
-
I want to upload folders containing sub folders . Is it possible in asp.net1.1 (C# or vb)? Please help. Amitava
-
I want to upload folders containing sub folders . Is it possible in asp.net1.1 (C# or vb)? Please help. Amitava
You can only upload files, one at a time.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
You can only upload files, one at a time.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
ok then is it possible to zip/unzip that particular folder in asp.net1.1 (C#) ? I have found some codes but they are in .net2.0 but I need it in 1.1. Amitava
-
ok then is it possible to zip/unzip that particular folder in asp.net1.1 (C#) ? I have found some codes but they are in .net2.0 but I need it in 1.1. Amitava
Here you go: http://www.codeproject.com/KB/cs/vmeasyzipunzip.aspx
"Legacy code" often differs from its suggested alternative by actually working and scaling. —Bjarne Stroustrup
-
Here you go: http://www.codeproject.com/KB/cs/vmeasyzipunzip.aspx
"Legacy code" often differs from its suggested alternative by actually working and scaling. —Bjarne Stroustrup
thanks Bjarne Stroustrup Amitava