|
|
|
|
|
Total Hits: 22 | Today: 0
|
Author: salysle
|
Rating:
|
|

This article shall describe an approach that may be used to extract Jar files. Jars are merely files compressed using zip compression; the primary difference between a standard trash zip file and a jar file is that the jar file includes a manifest; also true jar files can be run as an executable on a machine equipped with the Java runtime. Jars typically contain Java class files; if you have some need to extract a jar and view its contents, it is no more difficult to do that than it is to unzip ...
|
|
|
|
Total Hits: 103 | Today: 0
|
Author: easerve
|
Rating:
|
|

Uploading Images using ASP.NET is surprisingly simple. Lets get started. The below code will allow you to Upload Image Files to your web site....
|
|
|
|
Total Hits: 338 | Today: 0
|
Author: Bipin Joshi
|
Rating:
|
|

Recently one of the reader of DotNetBips.com posted a question on the discussion forums about compressing and decompressing files via code. There is no obvious answer to this question because C# and VB.NET lack this functionality. However, J# does have a way to zip and unzip files programmatically. In this article I am going to explain how this can be achieved. In this article you will develop a reusable class library that can be used to create, extract and alter ZIP files. Once developed you ca...
|
|
|
|
Total Hits: 316 | Today: 0
|
|
Rating:
|
|

Secure FTP for .NET is a versatile file-transfer component for .NET languages (such as C# or VB.NET). It allows you to transfer files directly from your application using FTPS, an extension of FTP which is fast becoming a standard for secure FTP. FTPS enhances the standard FTP protocol by utilizing the well known and widely used TLS and SSL protocol. TLS 1.0 and its predecessor SSL 3.0 provide strong authentication, integrity and confidentiality on both the control and data channels....
|
|
|
|
Total Hits: 818 | Today: 0
|
|
Rating:
|
|

This is a working example of sending a file to a web server, and then processing the file from memory without saving it to a file....
|
|
|
|
Total Hits: 497 | Today: 0
|
|
Rating:
|
|

Just create a new WebClient and then request the page you want. Since the page comes down as a byte array we use the Encoding class to translate it to ASCII for us....
|
|
|
|
Total Hits: 53 | Today: 0
|
Author: rafaelpb
|
Rating:
|
|

RTF to me, has always been a pain in the(you know where), it is so tempting because it is all plain text and thus 'human' readable, but hold your horses...try to modify that font on that piece of string on line x...well let's be honest... don't even try.
Well RTF is still tempting for me especially, when it comes to users, documents and yes: mail/document merging!
Alright let's get to the point, this piece of code helps me when users use an RTF document, post it to a website and ex...
|
|
|
|
Total Hits: 149 | Today: 0
|
Author: Irina Medvinskaya
|
Rating:
|
|

It has become a popular feature, often expected by users, to allow uploading documents into server-based applications. This is necessary in many applications, from very simple to more complex. In this article, I will show you a simple way of adding a File Upload feature into your ASP.NET applications created with VB.NET. Keep in mind that, although this article provides code samples in VB.NET, you could create the same functionality using C#, if that's your language of choice, by tweaking the co...
|
|
|
|
|
|