Search code examples
javascripthtmloracle-jet

File Upload with Oracle JET


I'm using Oracle JET, and I want to add a file upload capability to my webapp. How can I do that, with Oracle JET?


Solution

  • The File Picker component was introduced in Oracle JET version 3.2 as:

     <oj-file-picker class="oj-filepicker-custom"
                  selectOn="click"
                  on-select="{{selectListener}}">
    

    Check the Oracle JET cookbook for detailed examples on using this. http://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html?component=filePicker&demo=basic