Following code works but the file automatically save in downloads folder instead of the folder i have mentioned. Please Help!!
Filename:= FileManagement.BLOBImportWithFilter(tempblob,Text002,'','All Files (*.*)|*.*','*.*');
tempblob.Blob.CREATEINSTREAM(FileStream);
DOWNLOADFROMSTREAM(FileStream,'Export','C:\UploadedFile','',Filename);
0
Answers