DEV Community

Cover image for Upload Image by WebForms Core Technology
Elanat Framework
Elanat Framework

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

Heroku

This site is built on Heroku

Join the ranks of developers at Salesforce, Airbase, DEV, and more who deploy their mission critical applications on Heroku. Sign up today and launch your first app!

Get Started

Top comments (0)

Cloudinary image

Video API: manage, encode, and optimize for any device, channel or network condition. Deliver branded video experiences in minutes and get deep engagement insights.

Learn more

👋 Kindness is contagious

Engage with a sea of insights in this enlightening article, highly esteemed within the encouraging DEV Community. Programmers of every skill level are invited to participate and enrich our shared knowledge.

A simple "thank you" can uplift someone's spirits. Express your appreciation in the comments section!

On DEV, sharing knowledge smooths our journey and strengthens our community bonds. Found this useful? A brief thank you to the author can mean a lot.

Okay