//
archives

upload

This tag is associated with 3 posts

VB.NET FTP Client Auto Upload

Before discuss FTP client upload source code, the first must be understanding type of FTP Server mode, first is Active mode and Passive mode for second. Passive mode In passive mode, the client has no control over what port the server chooses for the data connection. Therefore, in order to use passive mode, you’ll have … Continue reading

Upload Image File with refresh image

If using IE browser, after upload image file and viewing the image you cannot getting preview of new image after upload that image component viewing last image before upload. You need trick to refreshing the image. See below : Example : <asp:Image ID=”img” runat=”server” />  ASP.NET scipt : dim fpath as string = “../upload/image.jpg”  img.ImageURL … Continue reading

Write and Read ASP.NET Web.Config

All setting website can be define in web.config file. The first we must understand regulation how to write and read the config, these is standart format web.config : <configuration>    <configSections>       <sectionGroup name=”system.net”>          <section name=”authenticationModules”             type=”System.Net.Configuration.NetAuthenticationModuleHandler,             System, Version=1.0.3300.0, Culture=neutral,             PublicKeyToken=b77a5c561934e089″/>                                        <section name=”webRequestModules”             type=”System.Net.Configuration.WebRequestModuleHandler,             System, Version=1.0.3300.0, Culture=neutral,             … Continue reading

Enter your email address to follow this blog and receive notifications of new posts by email.

Join 10 other subscribers
May 2024
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  

Archives

Web Statistic

Blog Stats

  • 187,124 hits