PDP
I didn't see any upload code in the provide asp code sample. Any chance I can get a sample upload script? or point out where I missed it. Thanks
PDP
mb
PDP
Hello ..
I'm sorry but we don't have a sample for uploading using ASP available. But the idea is pretty straightforward:
1. Save the upload data from request object to a temporary file
2. Upload the temporary file with objFTP.UploadFile() function
Regards,
-Mat
mb
PDP
Do you want to know how to construct a form in ASP which allows a file to be submitted to the web server?
or
Do you need to know how to upload a file with the FTP component? (not necessary through a web page)
Regards,
-Mat
mb