Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo size limit?
Message
From
16/09/2004 14:02:59
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
 
To
16/09/2004 11:47:25
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00942918
Message ID:
00943046
Views:
27
I would like to see the Request.Form() code.

>here is the code I traced down.
>
>
<%
>	
>	Local lcFileName, lcDescription, lcFile
>	lcFileName = JustFname(Request.MultiPart("txtFile","filename"))
>	If Empty(m.lcFileName)
>		Return
>	EndIf
>	lcDescription = Request.Form("edtDescription")
>	lcFile = Request.Form("txtFile")
>	Insert into Upload (cFile,cDesc,cData) Values ( ;
>		m.lcFileName, ;
>		m.lcDescription, ;
>		m.lcFile ;
>	)
>	
>  
>
Previous
Reply
Map
View

Click here to load this message in the networking platform