An open API service indexing awesome lists of open source software.

https://github.com/joymon/large-file-upload-from-browser


https://github.com/joymon/large-file-upload-from-browser

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# What is this?

A large file uploading demo which uses below techniques.

- WebSockets

# How to run (Development environment)
- Get the latest / clone the repo
- Open the solution in Visual Studio
- Create IIS WebApp pointing to the project's root directory.
- Compile the project
- Navigate to http://localhost/{web application name}

# Technologies & Languages used in demo

- Client side
* JavaScript (Not used TypeScript to have basic understanding than the language distractions)
- CSS
- HTML5
- Server side
- ASP.Net
- WebAPI

# Related blog posts
[Uploading large files from browser to ASP.Net web server - WebSockets](https://joymonscode.blogspot.com/2018/03/uploading-large-files-from-browser-to.html)