Print Page | Close Window

Binary Read

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=5900
Printed Date: 30 March 2026 at 11:40pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Binary Read
Posted By: Gullanian
Subject: Binary Read
Date Posted: 22 September 2003 at 6:08pm

Hi guys, im using FreeAspUpload ( http://www.FreeASPUpload.net - http://www.FreeASPUpload.net ), and when I upload a file I want a detail from the upload form to go into a database (in this case Comments).  Can anyone tell me how to request the data from the form without using Request.Form as this is not possible after a Binary Read.

Thanks for any help you can provide,

Tom




Replies:
Posted By: michael
Date Posted: 22 September 2003 at 6:49pm

2 seconds on the ASPUpload Cocumentation

To process other fields in the form, use the Form collection of the upload object the same way you would use the Form collection of the Request object. For example, if your form had a text element named UserName, your processing code would include:

    strUserName = Upload.Form("UserName")

 



-------------
http://baumannphoto.com" rel="nofollow - Blog | http://mpgtracker.com" rel="nofollow - MPG Tracker



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net