September 2, 200916 yr How can I avoid to save/upload and image as "untitled.pict" in SuperContainer and assign a real name? Thanks
September 4, 200916 yr You will be able to set a new name for your files when you upload them by using the SCSetContianer function. An example would be: Set Variable[$result = SCSetContainer( "Documents/D23" ; Documents::Legacy Container ; "filename=newName.txt" ; ) ] Edited September 4, 200916 yr by Guest
Create an account or sign in to comment