Add to Favorites    Make Home Page 5499 Online  
 Language Categories  
 Our Services  

Home » ASP Home » Strings Home » upload sniplet

A D V E R T I S E M E N T

Search Projects & Source Codes:

Title upload sniplet
Description To parse the Multipart/form-data from Enctype submission
Category ASP » Strings
Hits 362877
Code Select and Copy the Code
'Call like this: methodpackage = upload. ' form("MP") Public Sub OnStartPage(PassedScriptingContext As ScriptingContext) 'When a user requests a Web page in an A ' SP application, the server calls the OnS ' tartPage method for all objects (except ' those with application scope) on that pa ' ge. 'This call occurs the first time the ' object is accessed by a script. 'You can use the OnStartPage method to u ' se the ScriptingContext class to retriev ' e pointers to the built-in objects. 'You ' r object can then use the built-in objec ' ts to access its collections, methods, a ' nd properties. 'Using OnStartPage and Sc ' riptingContext to retrieve and use built ' -in objects and their methods, instead o ' f passing built-in objects as parameters ' , makes your object 'easier to use in AS ' P scripts. '***** create ASP OBJECTS Set MyScriptingContext = PassedScriptingContext Set MyRequest = MyScriptingContext.Request Set MyResponse = MyScriptingContext.Response End Sub '***** end create Public Function form(formValue) '***** 'variables below Dim varByteCount, begining, ending, methodpackage, formValue Dim binArray() As Byte Dim lngCount As Long Dim lngTotalByteCount As Long Dim strHeadData As String '***** end variables '***** 'count of binary data from the encoded f ' orm varByteCount = MyRequest.TotalBytes '***** end count '***** 'insert binary data into the array ReDim binArray(varByteCount) binArray = MyRequest.BinaryRead(varByteCount) '***** end insert '***** 'parse data from the array into strHeadD ' ata lngTotalByteCount = CLng(varByteCount) For lngCount = 0 To lngTotalByteCount - 1 strHeadData = strHeadData & Chr(binArray(lngCount)) Next '***** end parse '***** 'parse for form data we are looking for begining = InStr(strHeadData, formValue) + 4 ending = InStr(begining, strHeadData, "-----------------------------") - 1 methodpackage = Mid(strHeadData, begin, ending - begining) form = methodpackage '***** end parse End Function

Related Source Codes

Script Name Author
ııııııııııııııııııııı VyomWorld
Resistor color code reader A.Chermarajan.
Telephone Directory dhivya
card swapping game (Mini Project) nityanand
simple hangman-pascalsource Seabert
college dirtectory (Mini Project) msridhar
Poll Application John van Meter
ASP Daily Hit Counter. Tejaskumar Gandhi
To avoid null in asp environment using sql Sami
Maklumbalas webmaster
poll John van Meter
EasyASP Template Engine. TjoekBezoer
Basic Calculator using HTML & Javascript. Patrick M. D Souza
What servers support ASP ? VyomWorld
What is ASP? VyomWorld

A D V E R T I S E M E N T




Google Groups Subscribe to SourceCodesWorld - Techies Talk
Email:

Free eBook - Interview Questions: Get over 1,000 Interview Questions in an eBook for free when you join JobsAssist. Just click on the button below to join JobsAssist and you will immediately receive the Free eBook with thousands of Interview Questions in an ebook when you join.

New! Click here to Add your Code!


ASP Home | C Home | C++ Home | COBOL Home | Java Home | Pascal Home
Source Codes Home Page

 Advertisements  

Google Search

Google

Source Codes World.com is a part of Vyom Network.

Vyom Network : Web Hosting | Dedicated Server | Free SMS, GRE, GMAT, MBA | Online Exams | Freshers Jobs | Software Downloads | Interview Questions | Jobs, Discussions | Placement Papers | Free eBooks | Free eBooks | Free Business Info | Interview Questions | Free Tutorials | Arabic, French, German | IAS Preparation | Jokes, Songs, Fun | Free Classifieds | Free Recipes | Free Downloads | Bangalore Info | Tech Solutions | Project Outsourcing, Web Hosting | GATE Preparation | MBA Preparation | SAP Info | Software Testing | Google Logo Maker | Freshers Jobs

Sitemap | Privacy Policy | Terms and Conditions | Important Websites
Copyright ©2003-2024 SourceCodesWorld.com, All Rights Reserved.
Page URL: http://www.sourcecodesworld.com/source/show.asp?ScriptID=200


Download Yahoo Messenger | Placement Papers | Free SMS | C Interview Questions | C++ Interview Questions | Quick2Host Review