Asp.Net Upload Component

About Us

E-commerce

Website Design



Shopping Categories:



We love to hear from our users! Whether you have a technical question or suggestion. We take your questions, suggestions and any issues very seriously, and will try to do our best to assist you.


Helpful Links:




Asp.Net  Upload Component

Asp.Net Upload Component


Asp.Net Upload Component the most advanced upload solution ( module ) for Windows
SummarySKUPriceQuantity 
See Below
See Upload Component Description Below
Up- 1 $29.99




Why is that cheap?
We are selling it as is, we don't have support, please check our demo before purchase, all sales are final.

You will get full source.

Our Asp.Net Upload Component the most advanced upload solution ( module ) for Windows:

    * Upload big files up to 4G
    * Upload single and multiple files
    * Provides rich progress and status information during the upload/transfer.
    * Standard file inputs
    * Size Validation
    * 100% server-side control. Does not require installation on the user computer.
    * Compatible with most known browsers.
    * Compatible with SSL (HTTPS).
    * Fully Managed code, you will get the full source code
    * Supports multiple files upload.
    * Progress bar without Page postbacks using AJAX and WebService technology
    * No memory leak
    * Easy to integrate with any existing application

 

Server's side:

    * Windows 2000, Windows XP or Windows 2003 Server
    * .NET Framework 2.0 installed .


User's side:

    * Most known browsers are compatible.
    * JavaScripts should be enabled by browser.

 

Please, check our upload component demo

Let us know, if you have any question.

Please, extract all files to you "C:\" drive.

In C:\eUpload\eUploadWeb directory you can find source code for Test web application.

In C:\eUpload\UploadModule directory you can find source code for UploadModule

And in C:\eUpload\eUploadWeb_deploy\Debug directory you can find compiled web application you can use on your site.


It's an example how you can use it:
1.Create "upload" subdirectory in your website diectory
2.Please copy all files from C:\eUpload\eUploadWeb_deploy\Debug to "upload" directory you just created
3.Create virtual website and point it to "upload" directory
4.Make sure that ASP.NET 2.0 framework is installed and set for your virtual website
5.Open and modify web.config file:

<appSettings>

<add key="SiteUrl" value="http://www.yourdomain.com/upload/"/>

<add key="UploadLimit" value="500"/><!-- File size upload limit, in MB -->

<add key="UploadPath" value="D:\\Clients\\yourdomain.com\\public_html\\upload\\customer\\files\\"/>

<add key="UploadMainDirectory" value="guid"/>

<add key="UploadTempDirectory" value="temp"/>

<add key="UploadPages" value="upload/upload.aspx"/>

</appSettings>

You must change first and third line of this <appSettings>!

6.Open web browser and try http://www.yourdomain.com/upload/ to upload your files