17 Jan 2015
This is an ASP.NET class that saves files uploaded through an HTTP post. It can save to disk or export the files as a byte array or a MemoryStream. The code runs on the server and requires no dependent code...
17 Jan 2015
This is an ASP.NET class that saves files uploaded through an HTTP post. It can save to disk or export the files as a byte array or a MemoryStream. The code runs on the server and requires no dependent code...
17 Jan 2015
ActiveX control to select and upload multiple files to a server as an HTTP post. Files are selected with a standard file open dialog and can be added or removed before uploading. Form variables can be added to the upload....
17 Jan 2015
This is an ASP.NET class that controls binary file downloads to the browser, allowing for user verification before downloading and record keeping after downloading. There are also functions to retrieve a file from a remote URL, either streaming it to...