coderpros / classic-asp-working-with-binary-data

Classic ASP doesn't make it easy for developers to work with binary data. This example takes a file from one website and sends it to another website with objXmlHttp and saves that binary data as a file in the child website.

Home Page:https://coderpro.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Working with Binary Data in Classic ASP

Contributors Forks Stargazers Issues MIT License LinkedIn Twitter GitHub

Classic ASP doesn't make it particularly easy for developers to work with binary data or files received from forms. This project shows you how to from send a file from one classic ASP website to another.

Change Log

  • 2021/10/01: Project creation / initial checkin.

Notes

About

Classic ASP doesn't make it easy for developers to work with binary data. This example takes a file from one website and sends it to another website with objXmlHttp and saves that binary data as a file in the child website.

https://coderpro.net


Languages

Language:Classic ASP 70.3%Language:Pascal 29.7%