HTML5 File Upload Support Product Page

How can I list the filenames after a multi-file upload?

Asked 17 Aug 2018 06:27:02
1
has this question
17 Aug 2018 06:27:02 Steve Manatt posted:
How can I list the filenames after a multi-file upload under the form to help the user know the files have been uploaded? This is what I've tried:

<div data-binding-id="repeat1" data-binding-repeat="UploadExecutor.data.repeatFiles" data-binding-html="{{name}}">
<div id="fileNames"></div>
</div>

I've also tried using the output from the file upload instead of the repeatFiles action. Still no filenames listed. And then I've added the div.data.show attribute for {{name}}.

After the files are uploaded, there's nothing displayed. I'm sure there's more that you need to know, so ask away.

Replies

Replied 17 Aug 2018 06:59:10
17 Aug 2018 06:59:10 Teodor Kuduschiev replied:
Hi Steve,
Are you not using App Connect??
Why using HTML5 Data Bindings still - it has been replaced by App Connect a couple of years ago?
Replied 17 Aug 2018 07:01:48
17 Aug 2018 07:01:48 Steve Manatt replied:
Don't know anything about App Connect. Are there tutorials that can show me how to do multi-file uploads?
Replied 17 Aug 2018 07:04:27
17 Aug 2018 07:04:27 Teodor Kuduschiev replied:
Well, yes of course: www.dmxzone.com/go/32764/dmxzone-app-connect-manual
You should be using App Connect, and not HTML5 Data Bindings.

Reply to this topic