Asp – TABS.Upload question in classic ASP

activexasp-classic

I can't find any documentation about it except the examples.
I'm trying to use their server side uploading component and I would like to save a file with another. There is no SaveAs function.
What do I do?

Best Answer

It's not in the main object.
It's inside UploadObject.Form("FormName").SaveAs. Took me a while to figure it out.

Related Topic