Hi
Can I get file by url link in method? I don't know code how to write
Another question is system get url file how to auto attachment in relationship.
Hi
I create a AAA ItemType and create AAA_File ItemType (this is AAA itemtype RelationshipTypes and Related ItemType is File)
AAA Form have a button
step 1.download document
In button click event code:
WebClient wc = new WebClient();
wc.DownloadFile("">testweb/.../upload, @"C:\TestDownload\download.jpg");
step 2. User get download.jpg and add in RelagionShips File
Question:I want click button download document and auto add file in relationships.
Have anything API can do like FileUpload("fileName","URL") download and add document by system self
Hi
I create a AAA ItemType and create AAA_File ItemType (this is AAA itemtype RelationshipTypes and Related ItemType is File)
AAA Form have a button
step 1.download document
In button click event code:
WebClient wc = new WebClient();
wc.DownloadFile("">testweb/.../upload, @"C:\TestDownload\download.jpg");
step 2. User get download.jpg and add in RelagionShips File
Question:I want click button download document and auto add file in relationships.
Have anything API can do like FileUpload("fileName","URL") download and add document by system self