Where are uploaded files stored when using File Upload node in Alpha?

I am currently using the File Upload node in Alpha. The CM allows me to select and upload files successfully, but I am unable to determine where the uploaded files are being stored.

4 Likes

@Anjups
Hey, if you’re using the sandbox and its default upload functionality, your file will be stored in the sandbox Alfresco repository

3 Likes

Hey @Anjups

If you are using the file upload node

You can get the file onClick custom code params.triggerEvent.files

7 Likes