I'm using this code, but the asp does not start the process
FileNumber = FreeFile
Open "C:\myimport.zip" For Binary As #FileNumber
varFileContent = Input(LOF(FileNumber), #FileNumber)
lngDataLen = LOF(FileNumber)
Close #FileNumber
strRequestHeader = "Content-type: multipart/form-data...
This an example
Public Function GetNextOrdNo(cnn As ADODB.Connection) As String
Dim rst As ADODB.Recordset
Dim vResult As Variant
Dim oCmd As New ADODB.Command
GetNextOrdNo = "00000000"
With oCmd
Set .ActiveConnection = cnn
.CommandType = adCmdStoredProc...
I need to post to an asp page on the web passing three parameters.
One is a file that is locally and the anothers are just strings
I know I need to use Content-Type: multipart/form-data format, but I can not find how to do it
Hi vbajock
Can you mention me some of third party and proprietary objects that you know
I already ask Macola and nothing
They are already installed when you install the client
I know how to use the price object, but I need much more
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.