Retrieving the file stored uploaded using the file uploader input form

Hello,

Can anybody please tell , Where is the file stored which is uploaded using the file uploader input form ? I have made the file upload private attached to current cell’s creator , but not able to see any file in the app data for that cell creator.I was expecting that the cell creator would be able to see/access that file.

Also I see there is no Start/Edit workflow for file uploader , So How should I work with this thing.

Thanks

Right, what you need to do is to attach the file to the thing that owns it, in a make change action. Keep in mind the uploader uploads the file, but you need to save the location on a thing. That’s why you won’t trigger a workflow on a click with the file uploader, but you can use the value of the input in a workflow.

Makes sense?

1 Like

hi there!
Just reading through some of the posts for some advice on how I can create a file explorer view for users of my site. So I have a file uploaded that works and list the files that have been uploaded. But how would I go about saving these in a folder structure that users could browse through when looking for files. The idea is that I could name the folders based on the content in the folders and then users could browse folders as they need.

Just found this post that asks the same question but no response unfortunately

Please, I have the same questions. Can anyone shed a light?