DEV Community

Cover image for Upload Image by WebForms Core Technology
elanatframework
elanatframework

Posted on

Upload Image by WebForms Core Technology

The video below shows the operation of WebForms Core technology for uploading images and displaying the uploaded image in real-time.

WebForms Core is a new technology for changing HTML tags on the server side, which was introduced in 2024 by Elanat (elanat.net).

In this technology, the WebForms class on the server communicates with a JavaScript library called WebFormsJS on the client. In this technology, data is sent completely faithful to HTML but under AJAX (automatically), and from the server side, codes (Action Controls) are sent to WebFormsJS to change DOM elements; WebFormsJS automatically renders these server codes and applies them to the web page.

This technology is fully integrated into the core of the CodeBehind framework; however, it is very easy to use this technology under other back-end frameworks; to use WebForms Core technology, you must insert the script tag corresponding to the WebFormsJS library path in the HTML page and add the WebForms class to the server.

You can get the WebFormsJS library from the following repository:
https://github.com/elanatframework/Web_forms

The WebForms class for web programming languages ​​is available in the following repository:
https://github.com/elanatframework/Web_forms_classes

Related links

CodeBehind on GitHub:
https://github.com/elanatframework/Code_behind

Get CodeBehind from NuGet:
https://www.nuget.org/packages/CodeBehind/

CodeBehind page:
https://elanat.net/page_content/code_behind

Top comments (0)