Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo size limit?
Message
From
16/09/2004 11:47:25
 
 
To
16/09/2004 11:43:44
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00942918
Message ID:
00942970
Views:
24
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
Next
Reply
Map
View

Click here to load this message in the networking platform