Skip to content

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.

Notifications You must be signed in to change notification settings

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published