File upload through File Component to local dir

Hi,

Is it possible to store file uploaded by File Component on local storage. There is a “Directory” parameter but I think it is for pointing directory on specific storage. Could anyone help?

Hi [Marcin,
You can use move file activity.
Thanks

Hello @mkiepal
Please give more insight to your requirement. Are you trying to move the file from one folder to another?

If yes, you can use the Move File activity or if you want to copy to another folder you can use “Copy File” activity.

Thanks