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.
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.
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.