CFP last date
15 May 2024
Reseach Article

Application System for File Uploading using ASP.NET

by Ali Al-farsi, Ali Al-mahruqi, Jayavrinda Vrindavanam
International Journal of Applied Information Systems
Foundation of Computer Science (FCS), NY, USA
Volume 7 - Number 5
Year of Publication: 2014
Authors: Ali Al-farsi, Ali Al-mahruqi, Jayavrinda Vrindavanam
10.5120/ijais14-451196

Ali Al-farsi, Ali Al-mahruqi, Jayavrinda Vrindavanam . Application System for File Uploading using ASP.NET. International Journal of Applied Information Systems. 7, 5 ( July 2014), 11-15. DOI=10.5120/ijais14-451196

@article{ 10.5120/ijais14-451196,
author = { Ali Al-farsi, Ali Al-mahruqi, Jayavrinda Vrindavanam },
title = { Application System for File Uploading using ASP.NET },
journal = { International Journal of Applied Information Systems },
issue_date = { July 2014 },
volume = { 7 },
number = { 5 },
month = { July },
year = { 2014 },
issn = { 2249-0868 },
pages = { 11-15 },
numpages = {9},
url = { https://www.ijais.org/archives/volume7/number5/655-1196/ },
doi = { 10.5120/ijais14-451196 },
publisher = {Foundation of Computer Science (FCS), NY, USA},
address = {New York, USA}
}
%0 Journal Article
%1 2023-07-05T18:55:03.783633+05:30
%A Ali Al-farsi
%A Ali Al-mahruqi
%A Jayavrinda Vrindavanam
%T Application System for File Uploading using ASP.NET
%J International Journal of Applied Information Systems
%@ 2249-0868
%V 7
%N 5
%P 11-15
%D 2014
%I Foundation of Computer Science (FCS), NY, USA
Abstract

Web services have been a fast evolving field fuelled by the ever-changing customer expectations. As new technologies emerge, investigating and introducing new tools can optimize the time and improves the methods of building web-oriented enterprise applications and web services. With every such advancements, the interface used for inserting new records has to be updated to allow the user to upload a file from their computer and extra steps must be taken to display or provide means of downloading record associated with binary data, which is challenging. In this context, in this paper, a fully functional application is displayed and associated it with many types and size of data to upload by using ASP. NET. The paper reviews different techniques for storing data and explore how to enable users to upload a file from their computer and have it saved on the web server's file system. This would provide the basis for easy ways of storing and retrieving data directly within the database which involves a bit more code than working with data through the file system. Additionally, in order for a user to view or download data they must be presented with a URL to that data. If the data resides on the web server's file system, the URL would be a straightforward process. And if the data is stored in the database, a web page needs to be created and retrieve and return the data from the database. Further, if the data is stored on the file system, the demand and network congestion between the database server and web server will be less than when the data is stored directly within the database.

References
  1. Bill Evjen, Jay Glynn, Christian Nagel, Karli Watson, Morgan Skinner, 2010. Professional C# 4. 0 and . NET 4. 4th ed. US: John Wiley & Sons, 2010.
  2. AjaxFileUpload Sample . 2013. AjaxFileUpload Sample . [ONLINE] Available at: http://www. asp. net/ajaxlibrary/ajaxcontroltoolkitsamplesite/ajaxfileupload/ajaxfileupload. aspx.
  3. Example - ASP. NET AJAX File Upload Control Demo | DevExpress . 2013. Example - ASP. NET AJAX File Upload Control Demo | DevExpress . [ONLINE] Available at: http://demos. devexpress. com/ASPxFileManagerAndUploadDemos/UploadControl/Example. aspx.
  4. Single File Button » FancyUpload - Swiff meets Ajax Showcase » digitarald:Harald Kirschner. 2008. Single File Button » FancyUpload - Swiff meets Ajax Showcase » digitarald:Harald Kirschner. [ONLINE] Available at: http://digitarald. de/project/fancyupload/3-0/showcase/single-file-button/
  5. Jose Rolando Guay Paz, Dr. , 2013. Beginning ASP. NET MVC 4. 1st ed. UK: Apress; 1 edition (June 26, 2013).
  6. Dino Esposito, Dr. , 2009. Programming Microsoft ASP . NET 2. 0 Core Reference. 3rd ed. Washinton, US: WP Publishers & Distributors Pvt Limited.
  7. Cristian Darie, et al, 2011. Build Your Own ASP. NET 4 Website Using C# & VB. 4th ed. Australia: SitePoint Pty. Ltd. pp. 2-4
  8. Dykstra, T. , 2013. ASP. NET Web Deployment using Visual Studio. 2nd ed. United States of America: Microsoft Corporation.
  9. Daniel Cazzulino et al, Beginning C# Web Applicatios with Visual Studio . NET. Chicago: Wrox Press, 2002
Index Terms

Computer Science
Information Sciences

Keywords

File upload control in ASP.NET 2.0 Upload files using C# language in ASP.NET by Microsoft Visual Studio 2012.