home / software / tips and tricks / Uplaod files to the web server from User's computer

Uplaod files to the web server from User's computer

Updated:  07/16/2012 11:07 AM
Author:  Shiju Mathews

Status:    Resolved.


Files from user computer can be uploaded to the server using the HTML control input with type="File".

When performing this task make sure that you checked the file type and file size that the user is trying tp upload to prevent any danages on serverside.


All validation can be performed at the serverside.


ASP.NET 2.0 introduced the server control FileUpload. For more information please read.
Tags: Uplaod files to the web server from User's computer
Updated on: April 2024