Who can help me translate the follow sentence¡¯s means? Thanks
'Who can help me translate the follow sentence¡¯s means? Thanks
formdata=request.binaryread(formsize)
bncrlf=chrB(13) & chrB(10)
divider=leftB(formdata,clng(instrb(formdata,bncrlf))-1)
datastart=instrb(formdata,bncrlf & bncrlf)+4
dataend=instrb(datastart+1,formdata,divider)-datastart
mydata=midb(formdata,datastart,dataend)
Thank you very much, but I want to your help again. Do you help me again?
Thank you very much, but I want to your help again. Do you help me again?
The following is the form, this form only include a picture,
<form name="mainForm" enctype="multipart/form-data" action="process.asp" method=post>
<input type=file name=mefile>
<input type=submit name=ok value="OK">
</form>
I want to know why need to get rid of some certain portions of the raw data? What is the data get rid of?
Thank you!