views:

12

answers:

1

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?

A: 

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

the_drow